TcxEditValidateInfo.ErrorText Property
Specifies the message displayed when editor input validation fails.
Declaration
property ErrorText: string read; write;
Property Value
| Type | Description |
|---|---|
| string | The string that indicates an input validation error. |
Remarks
An editor can display an input validation error message if the evoRaiseException flag is is present in the editor’s Properties.ValidationOptions property value.
Refer to the TcxCustomEditProperties.ValidationOptions property description for editor-specific information and error indication options.
Default Value
The ErrorText property’s default value is an empty string.
See Also