RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TProgressBar Class

TProgressBar displays a simple progress bar.

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

ComCtrls

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. As the procedure progresses, the rectangular progress bar gradually fills from left to right with the system highlight color. 

 

Progress Bars 

Display Controls

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!