Maximum value of a WORD typed value.
Source position: unicodedata.pas line 136
const MAX_WORD = High(Word);
MAX_WORD is the maximum value of a WORD typed value.