Vcl.ActnMenus.TCustomActionPopupMenu.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

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

Beschreibung

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