JVCL Help:TJvValidationSummary

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvValidationSummary
TJvComponent
TJvValidationSummary
run\JvValidators.pas


Summary

Component that can collect the error messages from failed validations into a single data structure. This component implements the IJvValidationSummary interface.

run\JvValidators.pas


Pascal

 run\JvValidators.pas
 TJvValidationSummary = class(TJvComponent, IUnknown, IJvValidationSummary);


Description

  1. JVCLInfo

Use a TJvValidationSummary component to automatically collect all failed validations on a form and keep all the ErrorMessages in one location.

run\JvValidators.pas


See Also

TJvBaseValidator, TJvValidators

run\JvValidators.pas


About

Navigation

run\JvValidators.pas



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