Maximum value for a bit.
Source position: syshelph.inc line 1020
const TSmallIntHelper.MaxBit = High(TSmallIntBitIndex);
MaxBit is the highest bit a smallint-typed value can contain.
TSmallIntHelper.MinBit
Minimum value for a bit.