FMX.ListView.Appearances.TAppearanceListViewItems.Checked

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Checked[const Index: Integer]: Boolean read GetChecked write SetChecked;

C++

__property bool Checked[const int Index] = {read=GetChecked, write=SetChecked};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems


Beschreibung

Prüft den Status eines Eintrags an der Position Index.


Siehe auch