FMX.ListBox.TCustomListBox.FirstSelectedItem
Delphi
property FirstSelectedItem: TListBoxItem read GetFirstSelect;
C++
__property TListBoxItem* FirstSelectedItem = {read=GetFirstSelect};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | protected | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
First item in the selection.
Returns nil if no item is selected.