API:Vcl.Ribbon.TCustomActionControlBar.CreateControl

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomActionControlBar

Description

Crée et initialise un contrôle barre d'outils d'action.

Vcl.Ribbon.TCustomActionControlBar.CreateControl hérite de Vcl.ActnCtrls.TCustomActionToolBar.CreateControl. Tout le contenu en-dessous de cette ligne se réfère à Vcl.ActnCtrls.TCustomActionToolBar.CreateControl.

Crée et initialise un contrôle barre d'outils d'action.

Utilisez CreateControl pour créer et initialiser un contrôle barre d'outils d'action.

Voir aussi