API:Vcl.ActnCtrls.TCustomActionDockBar.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Creates and initializes a TCustomActionBar instance.

Vcl.ActnCtrls.TCustomActionDockBar.Create inherits from Vcl.ActnMan.TCustomActionBar.Create. All content below this line refers to Vcl.ActnMan.TCustomActionBar.Create.

Creates and initializes a TCustomActionBar instance.

Create generates a TCustomActionBar and initializes its properties.

AOwner is the component, typically the form, that becomes the value of the Owner property. The Owner of a component is responsible for freeing it and for initiating the process that loads it from or saves it to a form file.

See Also