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