RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_CMP_GT Constant

VAR_CMP_GT specifies that the first variant is greater than the second, after a call to the function referenced by the VarCmp variable.

Pascal
VAR_CMP_GT = 2;
C++
VAR_CMP_GT = 2;

VAR_CMP_GT is one of the possible return values of the function referenced by the VarCmp variable.  

VAR_CMP_GT specifies that the first variant is greater than the second, after making the comparison. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!