Vcl.ActnMan.TCustomActionBar.Create

From RAD Studio API Documentation
Jump to: navigation, search

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 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