Vcl.ComCtrls.TCustomStatusBar.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomStatusBar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomStatusBar(HWND ParentWindow) : Vcl::Controls::TWinControl(ParentWindow) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

Beschreibung

Erzeugt und initialisiert eine TCustomStatusBar-Komponente.

Create erstellt eine Statuszeile, ihre Zeichenfläche und ihre Bedienfelder.

AOwner ist eine Komponente, normalerweise das Formular, die als Wert der Eigenschaft Owner übernommen wird.

Siehe auch