-The return value is True when MaxValue is larger than MinValue. -IsLimited is used in the implementation of the IsOutOfLimits -method. -
--UpdateControl is a method used to update members in the class -instance to reflect the state for the control. It is called when a new value -is assigned to properties in the class instance. It is called when editing -has been completed using the Edit for the grouped editing control. -It is also called when the handle is allocated for the control in -InitializeWnd. -
--NullValueBehaviour is used to determine whether Value -is adjusted to ensure that it is in the range specified by MinValue and -MaxValue. A value other than nvbShowTextHint causes -GetLimitedValue to be called to get the adjusted Value. -
--No additional actions are performed in the method when a handle has not been -allocated for the control, or at design-time. -
--When NullValueBehaviour is set to nvbShowTextHint, an invalid -numeric value entered in Text causes Text to be set to an empty -string. This allows the TextHint for the control to be displayed. -
--When Value is a valid number, and in the required range, it is converted to -its String representation and assigned to the Text for the control. -
-+The return value is True when MaxValue is larger than MinValue. +IsLimited is used in the implementation of the IsOutOfLimits +method. +
++UpdateControl is a method used to update members in the class +instance to reflect the state for the control. It is called when a new value +is assigned to properties in the class instance. It is called when editing +has been completed using the Edit for the grouped editing control. +It is also called when the handle is allocated for the control in +InitializeWnd. +
++NullValueBehaviour is used to determine whether Value +is adjusted to ensure that it is in the range specified by MinValue and +MaxValue. A value other than nvbShowTextHint causes +GetLimitedValue to be called to get the adjusted Value. +
++No additional actions are performed in the method when a handle has not been +allocated for the control, or at design-time. +
++When NullValueBehaviour is set to nvbShowTextHint, an invalid +numeric value entered in Text causes Text to be set to an empty +string. This allows the TextHint for the control to be displayed. +
++When Value is a valid number, and in the required range, it is converted to +its String representation and assigned to the Text for the control. +
+