Navigation: Ultimate Suite for PowerBuilder Help > Single Page Application Windows > Tabbed Caption > Functions >

of_selecttab

Send comments on this topic.

 

Description:

Selects a tab based on the index or object reference passed in.

Syntax:

of_selecttab (long al_index)
of_selecttab (userobject auo_object)
of_selecttab (window aw_object)

Argument

Description

al_index

The index of the tab you want to select.

aw_object

A reference to the window control for the tab you want to select.

auo_object

A reference to the userobject for the tab you want to select.

Return Value:

Returns 1 if successful or a 0 if the method was unable to select the tab.

Usage:


Copyright © 2021 Werysoft Inc.