Maximum value for a bit.
Source position: syshelph.inc line 1507
const TNativeUIntHelper.MaxBit = High(TNativeUIntBitIndex);
MaxBit is the highest bit a NativeUInt-typed value can contain.
TNativeUIntHelper.MinBit
Minimum value for a bit.