|
« play rtfbox »
Objects / radio
radio
radio(objnum,coord,text,option)
creates a radio button
Parameters
| objnum | object number |
| coord | column, row, width, height comma or @am delimited If grid is used then column and row are not specified and width is optional. |
| text | button text |
| option | options comma or @am delimited |
Options
| bkg color | background color (see bkg) |
| disable | disabled |
| font [name size style color] | font specification (see font) |
| hide | invisible |
| group | the beginning of the group |
| notab | do not stop by TAB |
| off | disabled |
| sizing CODE [base.objnum] | sizing specification (see sizing) |
| tooltip | emerging help |
Events
| OnCheck | The button has been checked
No data |
| OnEnter | 'Enter' key has been pressed
Data: dt<1> - text |
Functions
| delobj | deletes object |
| do | executes an additional action |
| getdt | returns additional data |
| getcheck | returns a checkbox or a radio button state |
| modify | modifies object's properties |
| setcheck | checks/unchecks a checkbox or a radio |
| setfocus | sets focus to an object |
Using FlashGUI
« play rtfbox »
|