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