Maximum number of bits in TBits collection.
Source position: classesh.inc line 664
const MaxBitFlags = High(SizeInt) - bitsizeof(TBitsBase) - 1;
TBits
Class to store collections of bits (binary values that can be 0 or 1).