HProgressBar control
You can use a progress bar to indicate the progress of a lengthy
operation, such as an installation program that copies a large number of
files. The HProgressBar control is a horizontal rectangle that fills with
the system highlight color as the operation progresses.
Properties
HProgressBar property |
Datatype |
Description |
---|---|---|
String |
A description of the control and/or its purpose for |
|
String |
A label that briefly describes the control, such as |
|
AccessibleRole (enumerated) |
Describes what kind of user interface element the |
|
Boolean |
Specifies whether PowerBuilder moves the control to TRUE FALSE — Control not moved |
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Boolean |
Specifies whether PowerBuilder puts the control TRUE — FALSE — When the control is clicked, the |
|
String |
Specifies the name of the stock icon or the file When the user drags the control, the |
|
Integer |
Specifies the height of the control, in |
|
Unsigned Integer |
Specifies the value of the Position property when |
|
Unsigned Integer |
Specifies the value of the Position property when |
|
String |
Specifies the name of the stock pointer or file |
|
Integer |
Specifies the value of the current position within |
|
Integer |
Specifies a step increment for the progress bar. |
|
SmoothScroll |
Boolean |
Specifies that the control displays as a smooth |
Integer |
Specifies the tab value of the control within the |
|
String |
Specifies the tag value assigned to the |
|
Boolean |
Specifies whether the control is visible. Values TRUE — Control is visible. FALSE |
|
Integer |
Specifies the width of the control, in PowerBuilder |
|
Integer |
Specifies the X position (the distance from the |
|
Integer |
Specifies the Y position (the distance from the top |
Events
HProgressBar event |
Occurs |
---|---|
When the left mouse button is pressed on the |
|
Immediately before the Open event occurs in the |
|
Immediately after the Close event occurs in the |
|
When the left mouse button is double-clicked on the |
|
When a dragged control is dropped on the |
|
When a dragged control enters the |
|
When a dragged control leaves the |
|
When a dragged control is within the |
|
Just before the control receives focus (before it |
|
When the user presses the F1 key or drags the |
|
When the control loses focus (becomes |
|
When a Windows message occurs that is not a |
|
When the right mouse button is pressed on the |
Functions
HProgressBar function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the |
|
Integer |
Starts or ends the dragging of the |
|
Integer |
Creates a reference to a context-specific instance |
|
PowerObject |
Returns a reference to the name of the parent |
|
Integer |
Makes the control invisible. |
|
Integer |
Moves the control to a specified |
|
Integer |
Moves the control’s current position by the amount |
|
Integer |
Returns the distance of the pointer from the left |
|
Integer |
Returns the distance of the pointer from the top of |
|
Boolean |
Adds an event to the end of the message queue for |
|
Integer |
Prints the control. |
|
Integer |
Changes the size of the control. |
|
Integer |
Sets the focus to the control. |
|
Integer |
Specifies the position of the control in the |
|
Integer |
Sets the range of the control. The control uses the |
|
Integer |
Controls automatic redrawing of the control after |
|
Integer |
Makes the control visible. |
|
Integer |
Moves the control’s current position by the amount |
|
Integer |
Triggers a specified event in the control and |
|
Object |
Returns the type of the control. |