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.
FORM.TAB_OBJECT.TAB_GET Function
/documentation/pages/Ref/Desktop_Api/Layout/Form/FORM.TAB_OBJECT.TAB_GET Method.xml
The .TAB_GET() method returns the tab number of the tab page that has focus. Works only for a tab object on a form.
Tab Control Methods
/documentation/pages/Ref/Client_Api/UX/tab control methods/index.xml
Available methods for a Tab Control Object.
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.
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}.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}.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}.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.