Minimum value for a bit.
Source position: syshelph.inc line 874
const TByteHelper.MinBit = Low(TByteBitIndex);
MinBit is the lowest bit a byte-typed value can contain.
TByteHelper.MaxBit
Maximum value for a bit.