RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.ARR_OLESTR Constant

Used to test whether the variant array contains BSTR elements.

Pascal
ARR_OLESTR = $0100;
C++
ARR_OLESTR = 0x0100;

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