FMX.ListBox.TCustomComboBox

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

FMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomComboBox

Delphi

TCustomComboBox = class(TStyledControl, IItemsContainer, IGlyph)

C++

class PASCALIMPLEMENTATION TCustomComboBox : public Fmx::Controls::TStyledControl

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.

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

Siehe auch