Used to specify a SQL statement that will be used when applying a deletion to a record.
property SQLDelete: TStrings;
Use the SQLDelete property to specify the SQL statement that will be used when applying a deletion to a record. Statements can be parameterized queries.
To create a SQLDelete statement at design-time, use the query statements editor.
DELETE FROM Orders WHERE OrderID = :Old_OrderID