Vcl.Ribbon.TCustomActionControlBar.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomActionControlBar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomActionControlBar(HWND ParentWindow) : Vcl::Actnctrls::TCustomActionToolBar(ParentWindow) { }

Propriétés

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

Description

Create crée et initialise une instance de TCustomActionControlBar.

Create génère un TCustomActionControlBar et l'initialise.

Voir aussi