Max
Maximum numeric value available for input if AdjustToRange is set to True.property Max: Double read GetMax write SetMax;Remarks
If both Min and Max properties are set to 0, range checking will be skipped. That way if your Min need to be strictly 0, Max property need to be set to value different than 0.
NxSpinEdit61.Min := 0;
NxSpinEdit61.Max := MaxInt;In descendants such as TNxSpinEdit6, user can not exceed range with spin buttons.