IDtProvider.FetchErrors

Syntax

FetchErrors: IDtErrors;

Description

The FetchErrors property returns errors occurred on data import.

Comments

To set the maximum number of errors on data import, use the IDtBaseErrors.MaxErrors property, to set the maximum number of stored errors, use the IDtBaseErrors.MaxItems property.

Example

The method use is given in the example for IDtProvider.FilterIf.

See also:

IDtProvider