FMX.ListView.Appearances.TListViewItem.Checked

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Checked: Boolean read GetChecked write SetChecked;

C++

__property bool Checked = {read=GetChecked, write=SetChecked, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem


Description

Obtient ou définit une valeur indiquant si l'élément est sélectionné.

Voir aussi