ComCtrls.TProgressBar
Contents |
Delphi Information
From ComCtrls.pas
TProgressBar = class(TWinControl)
Unit: ComCtrls
Type: class
Inherited Class Members: ComCtrls.TProgressBar Members
Class Properties: ComCtrls.TProgressBar Properties
Class Methods: ComCtrls.TProgressBar Methods
Class Constructors & Destructors: ComCtrls.TProgressBar Constructors
C++ Information
From ComCtrls.hpp
TProgressBar = class(TWinControl)
Unit: ComCtrls
Type: class
Inherited Class Members: ComCtrls.TProgressBar Members
Class Properties: ComCtrls.TProgressBar Properties
Class Methods: ComCtrls.TProgressBar Methods
Class Constructors & Destructors: ComCtrls.TProgressBar Constructors
Description
TProgressBar displays a simple progress bar.
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.