Table view and OnItemCustomize event

I wanted to assign one OnItemCustomize event handler to all TMSFMXTableView components on my form, since most of the customization applies to all table view components. Unfortunately, I cannot access the item's table view component, since

1. the item's TableView property is protected and

2. the sender parameter refers to the item, not the table view



It would be nice, if either

1. the item's TableView property is public or

2. the table view is passed as sender to the OnItemCustomize event handler



Hi, 


We have changed the Sender to be a TTMSFMXTableView instead for all the item events. The next version will have this fixed.

Kind Regards, 
Pieter