FMX.ListView.Types.IListViewPresentation.SetItemSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItemSelected(const ItemIndex: Integer; const Value: Boolean);

C++

virtual void __fastcall SetItemSelected(const int ItemIndex, const bool Value) = 0 ;

Properties

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

Description

Sets the value of the selected item.
If the control selects an item, the presentation should update the selection.

See Also