Minimum value for a byte.
Source position: syshelph.inc line 975
const TWordHelper.MinByte = Low(TWordByteIndex);
MinByte is the lowest byte a word-typed value can contain.
TWordHelper.MaxByte
Maximum value for a byte.