Vcl.ComCtrls.TComboBoxExStrings

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.StdCtrls.TCustomComboBoxStringsSystem.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTComboBoxExStrings

Delphi

TComboBoxExStrings = class(TCustomComboBoxStrings)

C++

class PASCALIMPLEMENTATION TComboBoxExStrings : public Vcl::Stdctrls::TCustomComboBoxStrings

Eigenschaften

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

Beschreibung

TComboBoxExStrings wird zum Speichern von Strings in der Dropdown-Liste eines Kombinationsfeldes verwendet.

TComboBoxExStrings ist die Klasse für Objekte, die Einträge in der Dropdown-Liste eines Kombinationsfeldes speichern.

TComboBoxExStrings enthält eine Liste mit Einträgen, jeder Eintrag verfügt über einen Titel, eine Reihe von Bildindizes, einen Einzug und individuelle Daten. Sie können einen Eintrag über den Index auswählen. Nach einem Eintrag kann anhand des Titels oder der enthaltenen Daten gesucht werden.

Siehe auch