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