Class UIRADIOBUTTON

Name

UIRADIOBUTTON  --  Class of radio button.

Synopsis

 UIRadioButton(<radiogroup>, <text>)	--> UIRadioButton object.
 
 

Description

Class UIRadioButton.

Attributes

<className> - Class name. Value should be "UIRadioButton".

Methods

GETVALUE Get radio button status.
SETVALUE Set radio button selected/unselected.
UIRADIOBUTTON Constructor.

Method UIRADIOBUTTON:GETVALUE()

 getValue()	--> <lStatus>

Method UIRADIOBUTTON:SETVALUE()

 setValue(<value>)

Method UIRADIOBUTTON:UIRADIOBUTTON()

 UIRadioButton(<radiogroup>, <text>)	--> UIRadioButton object.

Example:

 rg := UIRadioGroup()
 grid:add(rg:addButton("button1"))
 grid:add(rg:addButton("button2"))
 

See also

UIRADIOGROUP

Platforms

No dependies of platform.