API:Vcl.ActnCtrls.TCustomActionToolBar.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomActionDockBar.

Vcl.ActnCtrls.TCustomActionToolBar.Create erbt von Vcl.ActnCtrls.TCustomActionDockBar.Create. Der folgende Inhalt bezieht sich auf Vcl.ActnCtrls.TCustomActionDockBar.Create.

Erstellt und initialisiert eine Instanz von TCustomActionDockBar.

Create generiert eine TCustomActionDockBar und initialisiert deren Eigenschaften.



__fastcall virtual TCustomActionDockBar(Classes::TComponentTComponent_Object* AOwner);
__fastcall (HWND ParentWindow) : Controls::TWinControlTWinControl_Create(ParentWindow) { }