Deleting records from table

I need to delete set of records from the table. These records have the same value in the IDFielld. I would like to use just TAdvMyCloudDataConnection or TAdvMyCloudData. Do you have any example of the best way of doing that?

 

Hi,


You can use the AFilters parameter of the Query call to select the records to be deleted.
Then use the Delete call to d