IDtCalcFieldErrors.Item

Fore Syntax

Item(Index: Integer): IDtCalcFieldError;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Dt.IDtCalcFieldError;

Parameters

Index. Error index.

Description

The Item property returns specified error from collection.

Comments

Indexation of errors in the collection is continuous and starts with zero.

Fore and Fore.NET Examples

The property use is given in the example of IDtConsumer.CalcFieldsErrors.

See also:

IDtCalcFieldErrors