RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TProgressBarState Enumeration

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

Pascal
TProgressBarState = (
  pbsNormal,
  pbsError,
  pbsPaused
);
C++
enum TProgressBarState {
  pbsNormal,
  pbsError,
  pbsPaused
};

Dialogs

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!