API: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

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

Vcl.ComCtrls.TComboBoxExStrings erbt von Vcl.StdCtrls.TCustomComboBoxStrings. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TCustomComboBoxStrings.

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