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

Form Control Methods
/documentation/pages/Ref/Desktop_Api/Layout/Form/Form Control Methods.xml
Alpha Anywhere provides the following and methods for manipulating form controls. Prefix the following methods with the pointer to the control.
{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.
Tabbed Control Methods
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/Tabbed Control/Tabbed Control Methods.xml
The Tabbed Control has the following methods. The tabbed control methods are used with a pointer to the control in the following way: .METHOD(). Refer to Retrieving a Pointer to a Control for techniques for getting a pointer.
{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.
{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.