API: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

TCustomStatusBar is the base class for objects that represent status bars.

Vcl.ComCtrls.TStatusBar inherits from Vcl.ComCtrls.TCustomStatusBar. All content below this line refers to Vcl.ComCtrls.TCustomStatusBar.

TCustomStatusBar is the base class for objects that represent status bars.

TCustomStatusBar component is the base class for status bar controls. Status bars consist of 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.

TCustomStatusBar is intended only as a base class. To add a status bar to a form, use a TCustomStatusBar descendant such as TStatusBar.

See Also