Navigation: Ultimate Suite for PowerBuilder Help > PowerDock > Events >

documentselectionchanging

Send comments on this topic.

 

Description:

Occurs when another document tab is about to be selected.

Syntax:

documentselectionchanging ( integer olddocument, integer newdocument )

Argument

Description

olddocument

The index value of the previously selected document tab

newdocument

The index value of the newly selected document 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.