RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.TBooleanDynArray Type

TBooleanDynArray defines an array of Boolean elements.

Pascal
TBooleanDynArray = array of Boolean;
C++
array of Boolean TBooleanDynArray;

The TBooleanDynArray defines a dynamic array of Boolean elements.  

Use SetLength to allocate storage for such an array. 

 

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