RAD Studio VCL Reference
|
TProgressBar displays a simple progress bar.
TProgressBar = class(TWinControl);
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|