RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.ARR_NONE Constant

Specifies that a variant array has no flags set.

Pascal
ARR_NONE = $0000;
C++
ARR_NONE = 0x0000;

Assign the ARR_NONE value to the Flags field of a TVarArray variable to specify that the variant array variable has no flags set. 

 

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