JVCL Help:TJvValidateCompareOperator
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvValidateCompareOperator type
Search in JVCL Help
Search in all projectsSummary
Used by validators that can compare two values.
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 |
Description
TJvValidateCompareOperator is the type of the Operator property of TJvCompareValidator. It can have one of the following values:
About
no pages or subcategories
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