API:Vcl.ActnMenus.TCustomActionMainMenuBar.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMainMenuBar

Description

Creates and initializes a TCustomActionMenuBar instance.

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

Creates and initializes a TCustomActionMenuBar instance.

Create generates a TCustomActionMenuBar and initializes its properties.



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