Used to get the number of records changed in the destination dataset.
property ChangedCount: Integer;
Use the ChangedCount property to get the number of records changed in the destination dataset. It shows the number of records that were updated in the bmUpdate or bmAppendUpdate mode or were deleted in the bmDelete mode.