Minimum value for a nibble.
Source position: syshelph.inc line 1155
const TIntegerHelper.MinNibble = Low(TIntegerNibbleIndex);
MinNibble is the lowest nibble an Integer-typed value can contain.
TIntegerHelper.MaxNibble
Maximum value for a nibble.