Vcl.XPActnCtrls.TXPStylePopupMenu.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.XPActnCtrls.pas
Vcl.XPActnCtrls.hpp
Vcl.XPActnCtrls TXPStylePopupMenu

Beschreibung

Erstellt und initialisiert eine Instanz von TCustomActionPopupMenu.

Vcl.XPActnCtrls.TXPStylePopupMenu.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) { }