FMX.ListView.Appearances.TAppearanceListViewItems.Checked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems

Description

Checks the state of an item at Index.


See Also