Vcl.Ribbon.TCustomActionControlBar.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomActionControlBar

Description

Create creates and initializes a TCustomActionControlBar instance.

Create generates a TCustomActionControlBar and initializes it.

See Also