Minimum value for a byte.
Source position: syshelph.inc line 1424
const TNativeIntHelper.MinByte = Low(TNativeIntByteIndex);
MinByte is the lowest byte a NativeInt-typed value can contain.
TNativeIntHelper.MaxByte
Maximum value for a byte.