FMX.ListBox.TCustomListBox.FirstSelectedItem

De RAD Studio API Documentation
Aller à : navigation, rechercher

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é.

Voir aussi