Maximum value for a byte.
Source position: syshelph.inc line 1512
const TNativeUIntHelper.MaxByte = High(TNativeUIntByteIndex);
MaxByte is the highest byte a NativeUInt-typed value can contain.
TNativeUIntHelper.MinByte
Minimum value for a byte.