FMX.ListBox.TCustomListBox.Selected
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 | TCustomListBox |
Description
Returns the item that is currently selected.
If no item is selected, it returns nil.
To obtain the index of the item that is currently selected, use the ItemIndex property.