RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TProgressBarState Enumeration

Used to set the State property in and out of an error or paused state.

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

Use the TProgressBarState to set the State property in and out of the error or paused state. 

 

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