FMX.ListView.TListViewBase.ItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property int ItemIndex = {read=GetItemIndex, write=SetItemIndex, default=-1};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

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

See Also