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