Vcl.ActnMenus.TCustomActionMenuBar.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomActionMenuBar.

Mit Create können Sie ein TCustomActionMenuBar-Objekt erstellen und initialisieren.



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