TcxCustomEdit.SetValidatableEditValue(TcxEditValue) Method
Emulates keyboard input for further input validation.
Declaration
procedure SetValidatableEditValue(const AEditValue: TcxEditValue);
Parameters
Name | Type |
---|---|
AEditValue | TcxEditValue |
Remarks
The SetValidatableEditValue method assigns AEditValue to the EditValue property and dispatches the value to the validation when one of the following actions takes place:
Focus is moved to another control.
The Enter key is pressed (if the Properties.ValidateOnEnter property is set to True).
See Also