FMX.ListView.Appearances.TAppearanceListViewItems.SetChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetChecked(const Index: Integer; const Value: Boolean);

C++

void __fastcall SetChecked(const int Index, const bool Value);

Properties

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

Description

Setter of Checked[const Index].


See Also