Maximum value for a bit.
Source position: syshelph.inc line 970
const TWordHelper.MaxBit = High(TWordBitIndex);
MaxBit is the highest bit a word-typed value can contain.
TWordHelper.MinBit
Minimum value for a bit.