Maximum value for a byte.
Source position: syshelph.inc line 1024
const TSmallIntHelper.MaxByte = High(TSmallIntByteIndex);
MaxByte is the highest byte a smallint-typed value can contain.
TSmallIntHelper.MinByte
Minimum value for a byte.