Minimum value for a bit.
Source position: syshelph.inc line 1088
const TCardinalHelper.MinBit = Low(TCardinalBitIndex);
MinBit is the lowest bit a Cardinal-typed value can contain.
TCardinalHelper.MaxBit
Maximum value for a bit.