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) { }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionBar |
Description
Creates and initializes a TToolWindow instance.
Vcl.ActnMan.TCustomActionBar.Create inherits from Vcl.ToolWin.TToolWindow.Create. All content below this line refers to Vcl.ToolWin.TToolWindow.Create.
Creates and initializes a TToolWindow instance.
Create generates a TToolWindow and initializes its properties.