Vcl.ThemedActnCtrls.TThemedPopupMenu.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TThemedPopupMenu(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TThemedPopupMenu(HWND ParentWindow) : Vcl::Actnmenus::TCustomActionPopupMenu(ParentWindow) { }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Vcl.ThemedActnCtrls.pas Vcl.ThemedActnCtrls.hpp |
Vcl.ThemedActnCtrls | TThemedPopupMenu |
Description
Creates and initializes a TCustomActionPopupMenu instance.
Vcl.ThemedActnCtrls.TThemedPopupMenu.Create inherits from Vcl.ActnMenus.TCustomActionPopupMenu.Create. All content below this line refers to Vcl.ActnMenus.TCustomActionPopupMenu.Create.
Creates and initializes a TCustomActionPopupMenu instance.
Create generates a TCustomActionPopupMenu and initializes its properties.
__fastcall virtual TCustomActionMenuBar (Classes::TComponentTComponent_Object* AOwner);
__fastcall TCustomActionMenuBar (HWND ParentWindow) : Controls::TWinControlTWinControl_Create(ParentWindow) { }