TBooleanDynArray
Dynamic array of booleans
Declaration
Source position: types.pp line 56
Type
TBooleanDynArray = Array of Boolean
Description
TBooleanDynArray is a standard definition of a dynamical array of booleans.
See also
| Name | Description |
|---|---|
| TByteDynArray | Dynamic array of (8-bit, unsigned) bytes |
| TIntegerDynArray | Dynamic array of (32-bit, signed) integers |