FMX.ListBox.TCustomComboBox.Selected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Selected: TListBoxItem read GetSelected;

C++

__property TListBoxItem* Selected = {read=GetSelected};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

Gets the item that is currently selected in the combo box.

Selected returns the selected item in the combo box as a TListBoxItem instance.

See Also