API:Vcl.Ribbon.TCustomRibbonGroup.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Create creates and initializes a TCustomActionControlBar instance.

Vcl.Ribbon.TCustomRibbonGroup.Create inherits from Vcl.Ribbon.TCustomActionControlBar.Create. All content below this line refers to Vcl.Ribbon.TCustomActionControlBar.Create.

Create creates and initializes a TCustomActionControlBar instance.

Create generates a TCustomActionControlBar and initializes it.

See Also