Vcl.ComCtrls.TComboBoxEx

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ComCtrls.TCustomComboBoxExVcl.StdCtrls.TCustomComboVcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTComboBoxEx

Delphi

TComboBoxEx = class(TCustomComboBoxEx)

C++

class PASCALIMPLEMENTATION TComboBoxEx : public TCustomComboBoxEx

Properties

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

Description

TComboBoxEx represents a combo box that supports extended combo box features such as images on the list entries. Add TComboBoxEx to a form when you want to include a combo box that uses the images in an image list or when you want to control how far the items in the drop-down list are indented. TComboBoxEx provides greater support of items than the TComboBox control, but omits certain features as well (owner-drawn items, sorting of list items, and so on).

See Also


Code Examples