Maximum value for a Integer.
Source position: syshelph.inc line 1150
const TIntegerHelper.MaxValue = High(integer);
MaxValue is the biggest value a Integer-typed value can contain.
TIntegerHelper.MinValue
Minimum value for a Integer.