A tabbed layout extends a form layout by a row of tab buttons, and a number of child form layouts which are switched visible by the tab buttons.
- Command Input:
i(NumTabs)
- Command Output:
v
- Command Description:
- Set the number of tabs in the tab layout.
- Command Input:
v
- Command Output:
i(NumTabs)
- Command Description:
- Returns number of tabs in the tab layout.
- Command Input:
i(TabIndex)
- Command Output:
v
- Command Description:
- Set the active tab. The child layout of this tab will be made visible.
- Command Input:
v
- Command Output:
i(TabIndex)
- Command Description:
- Returns the index of the active tab.
- Command Input:
i(TabIndex)
- Command Output:
o(TabButtonObject)
- Command Description:
- Returns the tab button object for the given tab index.
- Command Input:
i(TabIndex)
- Command Output:
o(ChildLayoutObject)
- Command Description:
- Returns the child layout object for the given tab index.