JVCL Help:TJvBaseValidator.Valid

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvValidators.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