MaxErrors: Integer;
The MaxErrors property determines the maximum available number of errors on data import.
Available values:
-1. The unlimited number of errors is allowed. If error occurs, import is continued.
0. Default value. Errors are not allowed. If error occurs, import is stopped.
Greater than 0. The limited number of errors is allowed. If the number of errors is greater than the MaxErrors value, import is stopped.
To set the number of stored error records, use the IDtBaseErrors.MaxItems property.
The method use is given in the example for IDtProvider.FilterIf.
See also: