Vcl.ComCtrls.TStatusBar

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ComCtrls.TCustomStatusBarVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTStatusBar

Delphi

TStatusBar = class(TCustomStatusBar)

C++

class PASCALIMPLEMENTATION TStatusBar : public TCustomStatusBar

Properties

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

Description

TStatusBar represents a status bar.

The TStatusBar component is a row of panels, usually aligned at the bottom of a form, that display information about an application as it runs. Each panel is represented by a TStatusPanel object listed in the Panels property. The SimplePanel property can be used to toggle the status bar at runtime between a single- and multiple-panel display.

See Also