JVCL Help:TJvBaseValidator.Valid
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBaseValidator.Valid Property
[+] TJvBaseValidator Methods
[+] TJvBaseValidator Properties
Search in JVCL Help
Search in all projectsSummary
Specifies if the validation was successful.
Pascal
propertyValid: Boolean;
Description
Read Valid to find out if the validation was successful or not. Valid is a passive property, i.e it is not updated unless a call is made to the protected Validate method or a value is assigned directly to the Valid property.
The value of Valid can only be trusted after a call to TJvValidators.Validate since this method forces all validators to update the Valid 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