RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_CMP_NULL Constant

VAR_CMP_NULL specifies that either one of the variants is nil, after a call to the function referenced by the VarCmp variable.

Pascal
VAR_CMP_NULL = 3;
C++
VAR_CMP_NULL = 3;

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

VAR_CMP_NULL specifies that either one of the variants is nil, after making the comparison. 

 

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