Minimum value for a nibble.
Source position: syshelph.inc line 1023
const TSmallIntHelper.MinNibble = Low(TSmallIntNibbleIndex);
MinNibble is the lowest nibble a smallint-typed value can contain.
TSmallIntHelper.MaxNibble
Maximum value for a nibble.