FMX.ListBox.TCustomListBox.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 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.

See Also