Vcl.RibbonActnMenus.TRibbonApplicationMenuBar.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.RibbonActnMenus.pas
Vcl.RibbonActnMenus.hpp
Vcl.RibbonActnMenus TRibbonApplicationMenuBar

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomActionMainMenuBar .

Vcl.RibbonActnMenus.TRibbonApplicationMenuBar.Create erbt von Vcl.ActnMenus.TCustomActionMainMenuBar.Create. Der folgende Inhalt bezieht sich auf Vcl.ActnMenus.TCustomActionMainMenuBar.Create.

Erstellt und initialisiert eine Instanz von TCustomActionMainMenuBar .

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



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