Item(Index: Integer): IDtError;
Item[Index: integer]: Prognoz.Platform.Interop.Dt.IDtError;
Index. Error index.
The Item method returns error from the collection by its index.
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.
The method use is given in the example for IDtProvider.FilterIf.
See also: