JVCL Help:TJvValidators.Validate

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

Search in JVCL Help

 
Search in all projects
 

Summary

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