Vcl.ActnCtrls.TCustomActionToolBar.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates and initializes a TCustomActionToolBar instance.

Create generates a TCustomActionToolBar and initializes its properties.



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