FMX.ListBox.TCustomListBox.FirstSelectedItem
Delphi
property FirstSelectedItem: TListBoxItem read GetFirstSelect;
C++
__property TListBoxItem* FirstSelectedItem = {read=GetFirstSelect};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | protected | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
Premier élément de la sélection.
Renvoie nil si aucun élément n'est sélectionné.