RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.ARR_VARIANT Constant

Used to test whether the variant array contains Variant elements.

Pascal
ARR_VARIANT = $0800;
C++
ARR_VARIANT = 0x0800;

Do a bitwise and operation between the Flags field of a TVarArray variable and the ARR_VARIANT constant to test whether the variant array contains Variant elements. If the result is nonzero, then the elements of the variant array are of Variant type. Otherwise, the elements are of a different type. 

 

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