RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.ARR_FIXEDSIZE Constant

Used to test whether the variant array is of fixed size.

Pascal
ARR_FIXEDSIZE = $0010;
C++
ARR_FIXEDSIZE = 0x0010;

Do a bitwise and operation between the Flags field of a TVarArray variable and the ARR_FIXEDSIZE constant to test whether the variant array is of fixed size. If the result is nonzero, then the array is of fixed size. Otherwise, the array can be resized or reallocated. 

 

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