I have two tables using Firedac TFDTable and have made the Master-Detail relationship between them which works well. In forms I have two DBgrids, one for each table, when deleting a record in DBgrid Master would like it to automatically delete the corresponding records in the Dbgrid detail, with a deletion warning before deleting, so that the user confirms his intention. How to do this validation and delete operation? Thanks for the help.