Vcl.Dialogs.TProgressBarState
Delphi
TProgressBarState = Vcl.ComCtrls.TProgressBarState; // for compatibility
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.Dialogs.pas | Vcl.Dialogs | Vcl.Dialogs |
Description
TProgressBarState defines a set of values used by the State property.
The State property defines the state of a dialog task bar.
The TProgressBarState enumeration defines the set of state values :
Value | Meaning |
---|---|
pbsNormal |
The dialog is still in process. |
pbsError |
An error has occured in the dialog. |
pbsPaused |
The dialog process has been paused. |