TTMSFMXTableViewItem Bitmap Click

Could you please tell me how can I detect when the bitmap of a TTMSFMXTableViewItem has been clicked on?

There is currently not an event exposed for notifying when the bitmap was clicked. So you'd need to define the OnMouseDown handler for example and calculate from this event based on the mouse coordinates whether the mouse is in the area of the bitmap or not.