Vcl.ActnCtrls.TCustomActionToolBar.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.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Description

Creates and initializes an action tool bar control.

Use CreateControl to create and initialize an action tool bar control.

See Also