TTMSFMXTableView MultiSelect:

How does MultiSelect work on an TTMSFMXTableView component on an andriod. I have  MultiSelect ticked, so how do I MultiSelect?

Hi,


You need to also set the EditButton to true
TMSFMXTableView1.EditButton := true;

This way, when clicking the edit button, the multi-select will be enabled.