JVCL Help:TJvBaseValidator.ControlToValidate
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBaseValidator.ControlToValidate Property
[+] TJvBaseValidator Methods
[+] TJvBaseValidator Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the control to perform validation on.
Pascal
propertyControlToValidate: TControl;
Description
Read ControlToValidate to determine the control the validation is to be performed against. ControlToValidate is one of the two properties that has to be set up to make validation possible (PropertyToValidate is the other).
If you set up ControlToValidate to a valid TControl at design time, the Object Inspector lists all published properties of the control in a drop-down list for the PropertyToValidate property.
See Also
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