I have a TListView in the form, and I would like to know the index of the selected item. I tried to find a method or property of my TListView that gives this information, but the only thing I found was lvClients.Selected , and it does not give an index to this element.
Can someone help me find how to get the index of the selected item in my TListView? Thanks.
source share