Used to add DELETE statements to a script before INSERT statements.
property AddDelete: boolean default True;
Use the AddDelete property only to add DELETE statements to your script before INSERT statements. If you need to recreate objects, use the TDADumpOptions.AddDrop property.