JVCL Help:TJvCompareValidator

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvComponent
TJvBaseValidator
TJvCompareValidator
run\JvValidators.pas


Summary

Validator that can compare two values against each other.

run\JvValidators.pas


Pascal

 run\JvValidators.pas
 TJvCompareValidator = class(TJvBaseValidator);


Description

Use a TJvCompareValidator when you need to compare two values. TJvCompareValidator can compare the values using several different operators as specified by the Operator property.

run\JvValidators.pas


See Also

TJvCustomValidator, TJvRangeValidator, TJvRegularExpressionValidator, TJvRequiredFieldValidator

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