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