RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TProgressBar Class

TProgressBar displays a simple progress bar.

Pascal
TProgressBar = class(TWinControl);
C++
class TProgressBar : public TWinControl;

Use TProgressBar to add a progress bar to a form. Progress bars provide users with visual feedback about the progress of a procedure within an application. In normal style, as the procedure progresses, the rectangular progress bar gradually fills from left to right with the system highlight color. In Marquee style, progress is indicated in the progress bar by a small highlighted portion moving back and forth through the entire range of the rectangle. 

 

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