API:Vcl.ActnCtrls.TCustomActionToolBar.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Description

Create crée et initialise une instance de TCustomActionDockBar.

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

Create crée et initialise une instance de TCustomActionDockBar.

Create génère un objet TCustomActionDockBar et initialise ses propriétés.



__fastcall virtual TCustomActionDockBar(Classes::TComponentTComponent_Object* AOwner);
__fastcall (HWND ParentWindow) : Controls::TWinControlTWinControl_Create(ParentWindow) { }