FMX.ListBox.TCustomComboBox.Selected

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Selected: TListBoxItem read GetSelected;

C++

__property TListBoxItem* Selected = {read=GetSelected};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

Obtient l'élément actuellement sélectionné dans la zone de liste déroulante.

Selected renvoie l'élément sélectionné dans la zone de liste déroulante sous la forme d'une instance de TListBoxItem.

Voir aussi