RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_CMP_EQ Constant

VAR_CMP_EQ specifies that the variants are equal, after a call to the function referenced by the VarCmp variable.

Pascal
VAR_CMP_EQ = 1;
C++
VAR_CMP_EQ = 1;

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

VAR_CMP_EQ specifies that the two variants are equal, after making the comparison. 

 

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