FMX.ListBox.TListBoxItem.IsChecked

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsChecked: Boolean read FIsChecked write SetIsChecked default False;

C++

__property bool IsChecked = {read=FIsChecked, write=SetIsChecked, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem

Beschreibung

Gibt an, ob das diesem Eintrag zugeordnete Kombinationsfeld markiert ist.

Siehe auch