TabItem object
Property | Description | Access | Type |
---|---|---|---|
TabItem.index | Get/set the TabItem position in the Tab | readwrite | number |
TabItem.text | Get/set the TabItem caption | readwrite | string |
TabItem.owner | Get item's owner Tab | readonly | Tab |
TabItem.childs | Get a list of the TabItem childs widgets | readonly | table |
TabItem.enabled | Enable/disable a TabItem | readwrite | boolean |
Method | Description | Return value |
---|---|---|
TabItem:loadicon() | Set the TabItem icon | boolean |
TabItem:remove() | Remove the TabItem from the Tab | - |