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

of_showloadingcircle

Send comments on this topic.

 

Description:

Shows or hides a loading circle in a document tab.

Syntax:

of_showloadingcircle (long al_index, boolean ab_switch)
of_showloadingcircle (userobject auo_object, boolean ab_switch)
of_showloadingcircle (window aw_object, boolean ab_switch)

Argument

Description

al_index

The index of the tab you want to set the loading circle on.

aw_object

A reference to the window control for the tab you want to set the loading circle on.

auo_object

A reference to the userobject for the tab you want to set the loading circle on.

ab_switch

Pass TRUE to show the loading circle or FALSE to hide it.

Return Value:

Returns 1 if successful or a 0 if the method was unable to show or hide the loading circle for the tab.

Usage:


Copyright © 2021 Werysoft Inc.