Maximum value for a byte.
Source position: syshelph.inc line 1091
const TCardinalHelper.MaxByte = High(TCardinalByteIndex);
MaxByte is the highest byte a Cardinal-typed value can contain.
TCardinalHelper.MinByte
Minimum value for a byte.