JVCL Help:TJvBaseValidator.ControlToValidate

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvBaseValidator.Validate


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