Minimum value for a Integer.
Source position: syshelph.inc line 513
public const TIntegerHelper.MinValue = - 2147483648;
MinValue is the smallest value a Integer-typed value can contain.
TIntegerHelper.MaxValue
Maximum value for a Integer.