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;

Types

The TBooleanDynArray defines a dynamic array of Boolean elements.  

Use SetLength to allocate storage for such an array. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!