FMX.ListView.Types.IListViewCheckProvider.SetChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewCheckProvider

Description

Set checked state for item at Index.