Vcl.ActnCtrls.TCustomActionDockBar.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Propriétés

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

Description

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) { }