RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.ARR_DISPATCH Constant

Used to test whether the variant array contains IDispatch elements.

Pascal
ARR_DISPATCH = $0400;
C++
ARR_DISPATCH = 0x0400;

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