Vcl.Ribbon.TCustomRibbonGroup.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Propriétés

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

Description

Create crée et initialise une instance de TCustomActionControlBar.

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

Create crée et initialise une instance de TCustomActionControlBar.

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

Voir aussi