Maximum value for a ShortInt.
Source position: syshelph.inc line 916
const TShortIntHelper.MaxValue = High(shortint);
MaxValue is the biggest value a ShortInt-typed value can contain.
TShortIntHelper.MinValue
Minimum value for a ShortInt.