FMX.ListView.Adapters.Base.TListViewItems.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOf(const AItem: TListItem): Integer;

C++

int __fastcall IndexOf(Fmx::Listview::Types::TListItem* const AItem);

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Adapters.Base.pas
FMX.ListView.Adapters.Base.hpp
FMX.ListView.Adapters.Base TListViewItems

Description

Returns the index that the specified item has in the list of items of the list view.

See Also