FMX.ListBox.TListBoxItem.IsChecked

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsChecked: Boolean read FIsChecked write SetIsChecked default False;

C++

__property bool IsChecked = {read=FIsChecked, write=SetIsChecked, 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 la case à cocher associée à l’élément est cochée.

Voir aussi