Vcl.ComCtrls.TProgressBar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTProgressBar

Delphi

TProgressBar = class(TWinControl)

C++

class PASCALIMPLEMENTATION TProgressBar : public Vcl::Controls::TWinControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

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.

See Also