Vcl.RibbonActnCtrls.TRibbonComboBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.RibbonActnCtrls.TCustomRibbonComboBoxVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRibbonComboBox

Delphi

TRibbonComboBox = class(TCustomRibbonComboBox)

C++

class PASCALIMPLEMENTATION TRibbonComboBox : public TCustomRibbonComboBox

Properties

Type Visibility Source Unit Parent
class public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls Vcl.RibbonActnCtrls

Description

TRibbonComboBox combines an edit box with a scrollable list.

Users can select an item from the list or type directly into the edit box.


See Also