Important: The information in this document is obsolete and should not be used for new development.
SetControlMinimum
To change the minimum setting of a control and redraw its indicator or scroll box accordingly, you can use theSetControlMinimumprocedure. TheSetControlMinimumprocedure is also available as theSetCtlMinprocedure.
PROCEDURE SetControlMinimum (theControl: ControlHandle; minValue: Integer);
theControl- A handle to the control whose minimum setting you wish to change.
minValue- The new minimum setting.
DESCRIPTION
TheSetControlMinimumprocedure changes thecontrlMinfield of the control record to the setting you specify in theminValueparameter and redraws its indicator
or scroll box to reflect its new range.When you create a control, you specify an initial minimum setting either in the control resource or in the
minparameter of theNewControlfunction. To determine a control's current minimum setting, use theGetControlMinimumfunction.