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

of_setmdi

Send comments on this topic.

 

Description:

Assigns an MDI Client object to PowerDock.

Syntax:

of_setmdi (mdiclient mdi_1)

Argument

Description

mdi_1 

A reference to the mdi client that will display in PowerDock. Pass in the mdi client for your frame window: frame.MDI_1.

Return Value:

Always returns 1.

Usage:

Use this method to display an MDI Client instead of the tab control. After using this function you would use the build in PowerBuilder OpenSheet functions to open your windows. Do not use the PowerDock of_OpenDocument methods.


Copyright © 2021 Werysoft Inc.