Maximum value for a nibble.
Source position: syshelph.inc line 875
const TByteHelper.MaxNibble = High(TByteNibbleIndex);
MaxNibble is the highest nibble a byte-typed value can contain.
TByteHelper.MinNibble
Minimum value for a nibble.