System.Types.TBooleanDynArray
Delphi
type TBooleanDynArray = array of Boolean;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| array | public | System.Types.pas | System.Types | System.Types | 
Description
TBooleanDynArray defines an array of Boolean elements.
The TBooleanDynArray defines a dynamic array of Boolean elements.
Use SetLength to allocate storage for such an array.