JVCL Help:TJvBaseValidator.PropertyToValidate
JVCL Help: TJvBaseValidator.PropertyToValidate Property
Search in JVCL Help
Search in all projectsSummary
Specifies the property to validate.
Pascal
propertyPropertyToValidate: string;
Description
PropertyToValidate is the property in the control to perform validation against. You must assign a valid published property of the control (as specified by ControlToValidate) for the validator to be able to perform the validation.
If the value to validate is not a published property or maybe not a value at all, you have two options: either use a TJvCustomValidator or implement the IJvValidationProperty interface in the control that is to be validated.
If ControlToValidate implements the IJvValidationProperty interface, the methods of that interface is called to retrieve the value to validate and the PropertyToValidate is ignored completely.
See Also
TJvBaseValidator.ControlToValidate
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