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