TBitArray
Array to store bits.
Declaration
Source position: classesh.inc line 382
Type
TBitArray = Array[0..MaxBitRec-1] of Cardinal
See also
| Name | Description | 
|---|---|
| TBits | Class to store collections of bits (binary values that can be 0 or 1) | 
Array to store bits.
Source position: classesh.inc line 382
Type
TBitArray = Array[0..MaxBitRec-1] of Cardinal
| Name | Description | 
|---|---|
| TBits | Class to store collections of bits (binary values that can be 0 or 1) |