RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TProgressBar.State Property

Sets and gets the current state of the progress bar: pbsNormal, pbsError, or pbsPaused.

Pascal
property State: TProgressBarState;
C++
__property TProgressBarState State;

Use State to set and get the current state of the progress bar: pbsNormal, pbsError, or pbsPaused. 

 

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