Maximum value for a nibble.
Source position: syshelph.inc line 972
const TWordHelper.MaxNibble = High(TWordNibbleIndex);
MaxNibble is the highest nibble a word-typed value can contain.
TWordHelper.MinNibble
Minimum value for a nibble.