Maximum value for a Word.
Source position: syshelph.inc line 968
const TWordHelper.MaxValue = High(word);
MaxValue is the biggest value a Word-typed value can contain.
TWordHelper.MinValue
Minimum value for a Word.