Used to indicate the number of rows that were deleted during the last query operation.
property RowsDeleted: integer;
Check RowsDeleted to determine how many rows were deleted during the last query operation. If RowsDeleted is -1, the query has not deleted any rows.