Language Reference Guide : C. Generated User Classes : Spin_Object User Class : SetValue Method
 
Share this page                  
SetValue Method
The SetValue method sets a new value in the spin control.
This method has the following syntax:
integer = SpinObject.SetValue(value = varchar(256) default null,
          maxvalue = varchar(256) default null,
          minvalue = varchar(256) default null)
This method has the following parameters:
value
Represents the current value in the entry field
maxvalue
Specifies the maximum value in the spin control
minvalue
Specifies the minimum value in the spin control