| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Dynamic array of booleans
Source position: types.pp line 50
| type TBooleanDynArray = array of Boolean; | 
TBooleanDynArray is a standard definition of a dynamical array of booleans.
| 
 | Dynamic array of (32-bit, signed) integers | |
| 
 | Dynamic array of (8-bit, unsigned) bytes |