Vcl.ComCtrls.TComboBoxEx

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Beschreibung

TComboBoxEx repräsentiert ein Kombinationsfeld mit erweiterten Funktionen (z.B. Listeneinträge mit Grafik).

Mit TComboBoxEx steht Ihnen ein Kombinationsfeld zur Verfügung, das neben der Verwendung von Grafiken auch die Einrückung der Elemente in der Dropdown-Liste ermöglicht. Obwohl die Unterstützung der Listeneinträge in TComboBoxEx umfangreicher ist als in TComboBox, müssen Sie auch auf einige Funktionen verzichten (Owner-Draw-Elemente, Sortieren der Liste usw.).

Siehe auch

Codebeispiele