Item(Index: Integer): IEmHistoryItem;
Item[Index: integer]: Prognoz.Platform.Interop.Modeller.IEmHistoryItem;
Index. Report history record index.
The Item property returns specified record from the calculation history.
Indexation of the records is continuous and starts from zero. The IEmHistory.Count property returns number of records in the calculation history. The IEmHistory.ActiveItem property returns active record index.
The property use is given in the example for IExpressModeller.History.
See also: