ProgressBar Members

These members are related to Progress Bar Object.

Functions

Name Description
IncreaseCounter Increases the current position of the progress bar the by specified amount.
Remove -

Properties

Name Description
Application Returns the application associated with the progress bar collection. Return value: Application. This property is read only.
CancelButtonEnabled Returns/sets whether a cancel button is included on the progress bar. Return/assignment value: Boolean.
Cancelled Returns true if the progress bar has been cancelled. Return value: Boolean. This property is read only.
CurrentCounter Returns/sets the current position of the progress bar. Return/assignment value: Integer.
Handle Returns a handle to the window of the progress bar. Return value: Integer. This property is read only.
MaxCounter Returns the upper value of the progress bar's range. Return value: Integer. This property is read only.
MinCounter Returns the lower value of the progress bar's range. Return value: Integer. This property is read only.
Name Returns/sets the name of a progress bar. Return/assignment value: String.
Parent Returns the application associated with the progress bar layout. Return value: Application. This property is read only.

Events

Name Description
OnCancel Called when the progress bar's cancel button is clicked.
OnClose Called when the progress bar is closed.
OnInit Called when the progress bar is initialized.