API:FMX.ListBox.TComboBox

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

FMX.ListBox.TCustomComboBoxFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTComboBox

Delphi

TComboBox = class(TCustomComboBox)

C++

class PASCALIMPLEMENTATION TComboBox : public TCustomComboBox

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox FMX.ListBox

Beschreibung

TCustomComboBox ist die Basisklasse für Kombinationsfeldkomponenten.

FMX.ListBox.TComboBox erbt von FMX.ListBox.TCustomComboBox. Der folgende Inhalt bezieht sich auf FMX.ListBox.TCustomComboBox.

TCustomComboBox ist die Basisklasse für Kombinationsfeldkomponenten.

Leiten Sie zum Erstellen eines Steuerelements, das ein spezielles Kombinationsfeld repräsentiert, dieses von TCustomComboBox ab.

Siehe auch