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