TcxCustomEditProperties.IsEditValueValid(TcxEditValue,Boolean) Method
Ascertains whether the specified edit value is valid.
Declaration
function IsEditValueValid(var AEditValue: TcxEditValue; AEditFocused: Boolean): Boolean; virtual;
Parameters
| Name | Type |
|---|---|
| AEditValue | TcxEditValue |
| AEditFocused | Boolean |
Returns
| Type |
|---|
| Boolean |
Remarks
The IsEditValueValid function returns True if the specified edit value is valid for this editor instance. Otherwise, it returns False.
See Also