JVCL Help:TJvValidators.Validate
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvValidators.Validate Method ()
[+] TJvValidators Events
[+] TJvValidators Methods
[+] TJvValidators Properties
Search in JVCL Help
Search in all projectsSummary
Performs validation for all validators in Items.
Pascal
functionValidate: Boolean; overload;
functionValidate(constGroupName: string): Boolean; overload;
Parameters
Parameters | Description |
const GroupName: string | Description for this parameter |
Return Value
Returns false if any of the validations failed, true otherwise.
Description
Iterates over all the validators and call their protected Validate method and updates their Valid property. If any of the validation fails, the OnValidateFailed event is triggered and any associated ValidationSummary and ErrorIndicator objects are notified.
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