RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TProgressBarState Type

TProgressBarState defines a set of values used by the State property.

Pascal
TProgressBarState = ComCtrls.TProgressBarState;
C++
ComCtrls.TProgressBarState TProgressBarState;

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!