CONTROL.TAB_SET Function
/documentation/pages/Ref/Api/Objects/Layouts/Control/CONTROL.TAB_SET Method.xml
The .TAB_SET() method displays the specified tab page of a tabbed control.
FORM.TAB_OBJECT.TAB_SET Function
/documentation/pages/Ref/Desktop_Api/Layout/Form/FORM.TAB_OBJECT.TAB_SET Method.xml
The .TAB_SET() method activates the specified tab page on a tab control on a form.
Set Tab Order
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Menu/Set tab order.xml

{dialog.object}.tabTimerGoto Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Tab and Accordion Controls/tabTimerGoto Method.xml
Advances to the target tab pane.
{dialog.object}.tabTimerStart Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Tab and Accordion Controls/tabTimerStart Method.xml
Starts the tab to automatically advance on the timer interval.
{dialog.object}.tabTimerStop Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Tab and Accordion Controls/tabTimerStop Method.xml
Stops the tab from automatically advancing on the timer interval.
{dialog.object}.selectTabPane Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Tab and Accordion Controls/selectTabPane Method.xml
Activates the specified pane number on a tab object. In certain cases tab panes can be assigned explicit ids. If the tab pane has an id, you can also specify the pane id.
CONTROL.TAB_GET Function
/documentation/pages/Ref/Api/Objects/Layouts/Control/CONTROL.TAB_GET Method.xml
Returns the Page_Number of the tab page that is visible.
{dialog.object}._tabInfo Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Tab and Accordion Controls/_tabInfo Method.xml
Returns Javascript object with info about the tab control.
Using a Button List Control to set Active Panes in a Tab Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Button List/Using a Button List Control to set Active Panes in a Tab Control.xml
A common design in a tab control is to have a series of tabs along the border of the control. When the user clicks on a tab a corresponding pane opens. The Button list control can be used to replace the tabs on a tab control, such that clicking on a given button will open a corresponding pane.