JVCL Help:TJvBaseValidator.ErrorMessage
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBaseValidator.ErrorMessage Property
[+] TJvBaseValidator Methods
[+] TJvBaseValidator Properties
Search in JVCL Help
Search in all projectsSummary
The message to display in case of error.
Pascal
propertyErrorMessage: string;
Description
ErrorMessage is the text that describes the reason for a validation to fail. How the message is displayed is not predefined You can use various methods to display the error, using the OnValidateFailed event, assigning a valid component to ValidationSummary or a valid component to the ErrorIndicator property or use any other custom method of your choice.
See Also
TJvBaseValidator.OnValidateFailed, TJvValidators.ErrorIndicator, TJvValidators.ValidationSummary
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page