Compare 2 variant values.
Source position: variants.pp line 167
type TVarCompareResult = ( |
||
crLessThan, |
|
The first value is less than the second value. |
crEqual, |
|
Both values are equal. |
crGreaterThan |
|
The first value is greater than the second value. |
); |
TVarCompareResult is used when comparing 2 custom variant values in TCustomVariantType.Compare. The following values exist:
|
Comparison 2 custom variant values. |