Vcl.ActnMan.TCustomActionBar.CreateControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual TCustomActionControl* __fastcall CreateControl(TActionClientItem* AnItem);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

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