RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_CMP_LT Constant

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

Pascal
VAR_CMP_LT = 0;
C++
VAR_CMP_LT = 0;

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

VAR_CMP_LT specifies that the first variant is lower 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!