API:Vcl.ThemedActnCtrls.TThemedCustomizePopup.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ThemedActnCtrls.pas
Vcl.ThemedActnCtrls.hpp
Vcl.ThemedActnCtrls TThemedCustomizePopup

Description

Creates and initializes a TCustomizeActionToolBar instance.

Vcl.ThemedActnCtrls.TThemedCustomizePopup.Create inherits from Vcl.ActnMenus.TCustomizeActionToolBar.Create. All content below this line refers to Vcl.ActnMenus.TCustomizeActionToolBar.Create.

Creates and initializes a TCustomizeActionToolBar instance.

Create generates a TCustomizeActionToolBar and initializes its properties. Create calls the inherited constructor TCustomActionPopupMenu.Create to initialize its properties.


See Also