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