IDtErrors.Item

Fore Syntax

Item(Index: Integer): IDtError;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Dt.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.

Fore and Fore.NET Examples

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

See also:

IDtErrors