FMX.ListView.TListView.ItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemIndex: Integer read GetItemIndex write SetItemIndex default -1;

C++

__property ItemIndex = {default=-1};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Specifies the index of the selected item in this list view component.

FMX.ListView.TListView.ItemIndex inherits from FMX.ListView.TListViewBase.ItemIndex. All content below this line refers to FMX.ListView.TListViewBase.ItemIndex.

Specifies the index of the selected item in this list view component.

See Also