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