Minimum value for a nibble.
Source position: syshelph.inc line 876
const TByteHelper.MinNibble = Low(TByteNibbleIndex);
MinNibble is the lowest nibble a byte-typed value can contain.
TByteHelper.MaxNibble
Maximum value for a nibble.