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