Maximum value for a bit.
Source position: syshelph.inc line 1087
const TCardinalHelper.MaxBit = High(TCardinalBitIndex);
MaxBit is the highest bit a Cardinal-typed value can contain.
TCardinalHelper.MinBit
Minimum value for a bit.