|
« stbar table »
Objects / tabbox
tabbox
tabbox(objnum,coord,option)
creates a tab folders object
Parameters
| objnum | tabbox 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. |
| option | options comma or @am delimited |
Options
| buttons | display tabs as buttons |
| disable | disabled |
| font [name size style color] | font specification (see font) |
| hide | invisible |
| notab | do not stop by TAB |
| off | disabled |
| sizing CODE [base.objnum] | sizing specification (see sizing) |
Events
| OnSelChange | Other tab has been selected
Data: dt<1> - selected tab number |
| OnClick | Left mouse has been clicked
Data: dt<1> - tab number |
| WM_LBUTTONDBLCLK | Left mouse has been double clicked
Data: dt<1> - tab number |
Functions
| delobj | deletes object |
| deltab | deletes a tab from a tabbox |
| do | executes an additional action |
| getdt | returns additional data |
| getselect | returns selected row or tab number |
| instab | inserts a tab to a tabbox |
| modify | modifies object's properties |
| notab | cancels placing objects on a tab |
| setfocus | sets focus to an object |
| settabtext | sets a new text to a tab |
| showtab | shows tab |
| tab | specifies tab before creating objects |
Using FlashGUI
« stbar table »
|