FMX.ListBox.TListBoxItem.IsSelected

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsSelected: Boolean read FIsSelected write SetIsSelected default False;

C++

__property bool IsSelected = {read=FIsSelected, write=SetIsSelected, default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem


Description

Spécifie si l'élément est sélectionné.

Si IsSelected vaut True, l'élément apparaît comme sélectionné à l'intérieur du composant parent.

Voir aussi