Vcl.RibbonActnMenus.TRibbonStylePopupMenu.CreateControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateControl(AnItem: TActionClientItem): TCustomActionControl; override;

C++

virtual Vcl::Actnman::TCustomActionControl* __fastcall CreateControl(Vcl::Actnman::TActionClientItem* AnItem);

Properties

Type Visibility Source Unit Parent
function public
Vcl.RibbonActnMenus.pas
Vcl.RibbonActnMenus.hpp
Vcl.RibbonActnMenus TRibbonStylePopupMenu

Description




Creates or re-creates a specific control.

Vcl.RibbonActnMenus.TRibbonStylePopupMenu.CreateControl inherits from Vcl.ActnMan.TCustomActionBar.CreateControl. All content below this line refers to Vcl.ActnMan.TCustomActionBar.CreateControl.

Creates or re-creates a specific control.

Use CreateControl to create or re-create and to initialize a control specified by the AnItem parameter.

See Also