TTMSFMXTableView 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.