IDtErrors.Item

Syntax

Item(Index: Integer): IDtError;

Parameters

Index. Error index.

Description

The Item method returns error from the collection by its index.

Comments

Indexation of errors in the collection is continuous and starts with zero. To get the number of errors in the collection, use the IDtBaseErrors.Count property.

Example

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

See also:

IDtErrors