IDtBaseErrors.MaxErrors

Fore syntax

MaxErrors: Integer;

Fore.NET syntax

MaxErrors: integer;

Description

The MaxErrors property determines the maximum available number of errors on data import.

Comments

Available values:

To set the number of stored error records, use the IDtBaseErrors.MaxItems property.

Fore and Fore.NET examples

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

See also:

IDtBaseErrors