I have a TListView in a form and I would like to know the index of the selected item. I tried to find a method or a property of my TListView which gives that information but the only thing I found was lvClients.Selected
and it doesn't give the index of this item.
How to get the index of the selected item in my TListView?