Skip to content

Request_Tab_Display - TabDialog

Causes the selected tab page to be displayed but does not give the page the focus

Type: Procedure

Parameters

Parameter Type Description
iTab Integer The tab item number (tab page item numbers are 0-based)

Syntax

Procedure Request_Tab_Display Integer iTab

Call Example

Send Request_Tab_Display iTab

Description

The Request_Tab_Display procedure will cause the selected tab page to be displayed but it will not give the page the focus. If iTab is not passed, or passed as -1, the default_tab is displayed.

Use Request_Switch_To_Tab to display and activate a tab page.