Maximum value for a byte.
Source position: syshelph.inc line 871
const TByteHelper.MaxValue = High(byte);
MaxValue is the biggest value a byte-typed value can contain.
TByteHelper.MinValue
Minimum value for a byte.