| Home | Index classes | Index static functions | Index enumerations | Index structure types |
CLASS {Checkbox|_control} , UNTESTED :
A visual form component: checkbox with a text label. It can be in two states; Checked and !Checked. A state can be set programmatically (Set_check) or (if a component is not disabled) - by a user. Events changed and click allow do something on its state change. See also a definition of its ancestor {Control} and of a form: {Form}.
IMPORT : {Form} , {Control} .
BASE CLASS {Control} .
|
| |
|
|
BOOL local_checked
|
| |
|
| |
|
|
INT Radio_group
|
| |
|
|