Detect where ListViewItem has been clicked/pressed

  

In Delphi XE8 using a Firemonkey TListView.

I have a ListView with about 5 items in it. Each item has an image within them.

How would one detect when the image is clicked/pressed?.

I’ve been looking at the procedure:

OnItemClickEx

But I do not understand how to use it. Wasn’t sure if this is what I need to use or not.

Any help would be great.

Thanks,

Comments are closed.