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