JVCL Help:TJvValidateCompareOperator

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

Search in JVCL Help

 
Search in all projects
 

Summary

Used by validators that can compare two values.

run\JvValidators.pas


Pascal

 run\JvValidators.pas
 TJvValidateCompareOperator = (
vcoLessThan,
vcoLessOrEqual,
vcoEqual,
vcoGreaterOrEqual,
vcoGreaterThan,
vcoNotEqual
);


Members

Members Description
vcoLessThan The comparison returns true if PropertyToValidate is less than ValueToCompare.
vcoLessOrEqual The comparison returns true if PropertyToValidate is less than or equal to ValueToCompare.
vcoEqual The comparison returns true if PropertyToValidate is equal to ValueToCompare.
vcoGreaterOrEqual The comparison returns true if PropertyToValidate is greater than or equal to ValueToCompare.
vcoGreaterThan The comparison returns true if PropertyToValidate is greater than ValueToCompare.
vcoNotEqual Description for vcoNotEqual

run\JvValidators.pas


Description

TJvValidateCompareOperator is the type of the Operator property of TJvCompareValidator. It can have one of the following values:

run\JvValidators.pas


About

Navigation

no pages or subcategories

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