| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Array to store bits.
Source position: classesh.inc line 381
| type TBitArray = array [0..MaxBitRec-1] of Cardinal; | 
| 
 | Class to store collections of bits (binary values that can be 0 or 1) |