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