RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.ARR_UNKNOWN Constant

Used to test whether the variant array contains IUnknown elements.

Pascal
ARR_UNKNOWN = $0200;
C++
ARR_UNKNOWN = 0x0200;

Do a bitwise and operation between the Flags field of a TVarArray variable and the ARR_UNKNOWN constant to test whether the variant array contains IUnknown elements. If the result is nonzero, then the elements of the variant array are of IUnknown 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!