Maximum value for a bit.
Source position: syshelph.inc line 918
const TShortIntHelper.MaxBit = High(TShortIntBitIndex);
MaxBit is the highest bit a shortint-typed value can contain.
TShortIntHelper.MinBit
Minimum value for a bit.