Maximum value for a bit.
Source position: syshelph.inc line 1418
const TNativeIntHelper.MaxBit = High(TNativeIntBitIndex);
MaxBit is the highest bit a NativeInt-typed value can contain.
TNativeIntHelper.MinBit
Minimum value for a bit.