Used to get the number of records that could not be added to the destination dataset because of the field type mismatch.
property ProblemCount: Integer;
Use the ProblemCount property to get the number of records that could not be added to the destination dataset because of the field type mismatch.
If AbortOnProblem is True, then ProblemCount will never exceed one, because the operation aborts when the problem occurs.