FMX.ListView.Types.IListViewPresentation.SetItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItemIndex(const ItemIndex: Integer);

C++

virtual void __fastcall SetItemIndex(const int ItemIndex) = 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 ItemIndex property.
If the selected item index was changed, the presentation should update the selection.

See Also