Maximum value for a bit.
Source position: syshelph.inc line 873
const TByteHelper.MaxBit = High(TByteBitIndex);
MaxBit is the highest bit a byte-typed value can contain.
TByteHelper.MinBit
Minimum value for a bit.