Vcl.RibbonActnMenus.TRibbonApplicationPopupMenu.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

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

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomActionPopupMenu.

Vcl.RibbonActnMenus.TRibbonApplicationPopupMenu.Create erbt von Vcl.ActnMenus.TCustomActionPopupMenu.Create. Der folgende Inhalt bezieht sich auf Vcl.ActnMenus.TCustomActionPopupMenu.Create.

Erstellt und initialisiert eine Instanz von TCustomActionPopupMenu.

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



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