Navigation: Ultimate Suite for PowerBuilder Help > Tab Control > Events >

selectionchanging

Send comments on this topic.

 

Description:

Occurs when another tab is about to be selected.

Syntax:

selectionchanging ( oldindex, newindex )

Argument

Description

oldindex

The index value of the previously selected tab.

newindex

The index value of the newly selected tab.

Return Value:

Return a 1 to prevent the tab from changing, return a 0 to allow the tab to change.

Usage:


Copyright © 2021 Werysoft Inc.