Vcl.StdCtrls.TCustomComboBoxStrings

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTCustomComboBoxStrings

Delphi

TCustomComboBoxStrings = class(TStrings)

C++

class PASCALIMPLEMENTATION TCustomComboBoxStrings : public System::Classes::TStrings

Eigenschaften

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

Beschreibung

TCustomComboBoxStrings stellt die Strings in der Dropdown-Liste eines Kombinationsfeldes dar.

TCustomComboBoxStrings ist die Basisklasse für Objekte, die die Strings in der Dropdown-Liste eines Kombinationsfeldes darstellen. Jeder Kombinationsfeldtyp (TComboBox oder TComboBoxEx) verwendet für die Verwaltung seiner Stringliste einen eigenen TCustomComboBoxStrings-Nachkommen.

Erstellen Sie keine Instanzen von TCustomComboBoxStrings. Die Klasse ist nur für die Zusammenarbeit mit einem Kombinationsfeld bestimmt. Objekte der Klasse TCustomCombo erstellen den TCustomComboBoxStrings-Nachkommen, mit dem sie ihre Eigenschaft Items implementieren.

Siehe auch