Vcl.RibbonActnMenus.TRibbonApplicationMenuBar.Create

From RAD Studio API Documentation
Jump to: navigation, search

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) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.RibbonActnMenus.pas
Vcl.RibbonActnMenus.hpp
Vcl.RibbonActnMenus TRibbonApplicationMenuBar

Description

Creates and initializes a TCustomActionMainMenuBar instance.

Vcl.RibbonActnMenus.TRibbonApplicationMenuBar.Create inherits from Vcl.ActnMenus.TCustomActionMainMenuBar.Create. All content below this line refers to Vcl.ActnMenus.TCustomActionMainMenuBar.Create.

Creates and initializes a TCustomActionMainMenuBar instance.

Create generates a TCustomActionMainMenuBar and initializes its properties.



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