Maximum value for a SmallInt.
Source position: syshelph.inc line 1018
const TSmallIntHelper.MaxValue = High(SmallInt);
MaxValue is the biggest value a SmallInt-typed value can contain.
TSmallIntHelper.MinValue
Minimum value for a SmallInt.