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

of_movetofloatingwindow

Send comments on this topic.

 

Description:

Moves a PowerDock tab to a floating window based on the object referenced passed in.

Syntax:

of_movetofloatingwindow (userobject auo_object)
of_movetofloatingwindow (userobject auo_object, al_x, al_y, al_width, al_height)
of_movetofloatingwindow (window aw_object)
of_movetofloatingwindow (window aw_object, al_x, al_y, al_width, al_height)

Argument

Description

aw_object

A reference to the window control that you want to float.

auo_object

A reference to the userobject that you want to float.

al_x(optional)

The X position for the new floating window.

al_y(optional)

The Y position for the new floating window.

al_width(optional)

The Width of the new floating window.

al_height(optional)

The Height of the new floating window.

Return Value:

Returns a pointer to the new floating window. Use this window reference to change the floating windows position and size.

Usage:


Copyright © 2021 Werysoft Inc.