Maximum value for a byte.
Source position: syshelph.inc line 1423
const TNativeIntHelper.MaxByte = High(TNativeIntByteIndex);
MaxByte is the highest byte a NativeInt-typed value can contain.
TNativeIntHelper.MinByte
Minimum value for a byte.