Maximum value for a byte.
Source position: syshelph.inc line 1156
const TIntegerHelper.MaxByte = High(TIntegerByteIndex);
MaxByte is the highest byte an Integer-typed value can contain.
TIntegerHelper.MinByte
Minimum value for a byte.