Maximum value for a bit.
Source position: syshelph.inc line 1152
const TIntegerHelper.MaxBit = High(TIntegerBitIndex);
MaxBit is the highest bit an Integer-typed value can contain.
TIntegerHelper.MinBit
Minimum value for a bit.