Class UISLIDER

Name

UISLIDER  --  Slider class.

Synopsis

 UISlider([<value>],[<lower>],[<upper>],[<step>])	--> UISlider object.
 
 
 
 
 

Description

Class UISlider.

Attributes

<className> - Class name. Value should be "UISlider".
<lower> - The minimum value.
<upper> - The maximum value.
<step> - The increment to use to make changes to the value.

Methods

GETVALUE Get slider position.
SETRANGE Set range of slider positions.
SETSTEP Set increment to use to make changes to the value.
SETVALUE Set slider position.
UISLIDER Constructor.

Method UISLIDER:GETVALUE()

 getValue() 	--> <value>

Method UISLIDER:SETRANGE()

 setRange(<range>)

Method UISLIDER:SETSTEP()

 setStep(<step>)

Method UISLIDER:SETVALUE()

 setValue(<value>)

Method UISLIDER:UISLIDER()

 UISlider([<value>],[<lower>],[<upper>],[<step>])	--> UISlider object.

Example:

 sd := UISlider(10, 5, 60, 5)
 

Platforms

No dependies of platform.