Maximum number of bit records in TBits.
const MaxBitRec = $FFFF div ( SizeOf ( longint ) );
TBits
Class to store collections of bits (binary values that can be 0 or 1)