Skip to main content

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:

See Also