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