Maximum value for a NativeInt.
Source position: syshelph.inc line 1416
const TNativeIntHelper.MaxValue = High(NativeInt);
MaxValue is the biggest value a NativeInt-typed value can contain.
TNativeIntHelper.MinValue
Minimum value for a NativeInt.