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