FMX.ListView.Appearances.TListViewItem.Checked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Checked: Boolean read GetChecked write SetChecked;

C++

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

Properties

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

Description

Gets or sets checked state of an item at Index.

See Also