Skip to content

Request_Switch_To_Tab - TabDialog

Displays and activates the requested tab#

Type: Procedure

Parameters

Parameter Type Description
tab# Integer
PointerMode Integer Determines where focus will move to. Allowed values are:ConstantMeaning

Syntax

Procedure Request_Switch_To_Tab Integer tab# Integer PointerMode

Call Example

Send Request_Switch_To_Tab tab# PointerMode

Description

The Request_Switch_To_Tab procedure will display and activate the requested tab page. When no parameter is passed, you will get the error message "required message argument missing". Sending a mode value of 2 will force the tab button to take the focus. Passing a value of 3 will force the first focusable object in the tab page to take the focus. The values 0 and 1 are private.

Use Request_Tab_Display to display, but not activate a tab page.