FMX.ListBox.TCustomComboBox.Selected
Delphi
property Selected: TListBoxItem read GetSelected;
C++
__property TListBoxItem* Selected = {read=GetSelected};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomComboBox |
Beschreibung
Ermittelt den aktuell im Kombinationsfeld ausgewählten Eintrag.
Selected gibt den ausgewählten Eintrag im Kombinationsfeld als TListBoxItem-Instanz zurück.