Used to get the number of records that could not be moved to or from the destination dataset because of integrity or key violations.
property KeyViolCount: Integer;
Use the KeyViolCount property to get the number of records that could not be replaced, added, deleted from the destination dataset because of integrity or key violations.
If AbortOnKeyViol is True, then KeyViolCount will never exceed one, because the operation aborts when the integrity or key violation occurs.