Vcl.RibbonActnCtrls.TRibbonComboControl.Create

From RAD Studio API Documentation

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TRibbonComboControl(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonComboControl

Description

Creates and initializes an instance of TRibbonComboControl.

The Create method creates and initializes an instance of TRibbonComboControl.

See Also