Array to store bits.
type TBitArray = array ... of cardinal;
TBits
Class to store collections of bits (binary values that can be 0 or 1)