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