FMX.ListBox.TListBoxItem.ComboBox

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ComboBox: TCustomComboBox;

C++

TCustomComboBox* __fastcall ComboBox();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem

Beschreibung

Gibt das Kombinationsfeld-Objekt zurück, das den Eintrag enthält.

ComboBox ruft das übergeordnete Kombinationsfeld des Eintrags ab. Wenn die übergeordnete Komponente des Eintrags kein TComboBox-Objekt ist, gibt die Methode nil zurück.

Siehe auch