API:Vcl.ActnMan.TCustomActionBar.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TCustomActionBar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomActionBar(HWND ParentWindow) : Vcl::Toolwin::TToolWindow(ParentWindow) { }
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| constructor | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionBar |
Description
Create crée et initialise une instance de TToolWindow.
Vcl.ActnMan.TCustomActionBar.Create hérite de Vcl.ToolWin.TToolWindow.Create. Tout le contenu en-dessous de cette ligne se réfère à Vcl.ToolWin.TToolWindow.Create.
Create crée et initialise une instance de TToolWindow.
Create génère un objet TToolWindow et initialise ses propriétés.