Navigation: Ultimate Suite for PowerBuilder Help > Circle Progress > Functions >

of_setprogress

Send comments on this topic.

 

Description:

Sets the progress displayed around the circle. Progress is displayed clockwise from the top. 100 is a full circle. 

Syntax:

of_setprogress (double ai_progress)

Argument

Description

ai_progress

A number between 0.0 and 100.0 that represents progress.

Return Value:

Always returns 1.

Usage:

You can allow your users to set the circle progress using the mouse. Handle this in the OutlinedClicked event.


Copyright © 2021 Werysoft Inc.