Vcl.XPActnCtrls.TXPStyleCustomizePopup.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.XPActnCtrls.pas
Vcl.XPActnCtrls.hpp
Vcl.XPActnCtrls TXPStyleCustomizePopup

Description

Creates and initializes a TCustomizeActionToolBar instance.

Vcl.XPActnCtrls.TXPStyleCustomizePopup.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