IEmHistoryItem.Index

Fore syntax

Index: Integer;

Fore.NET syntax

Index: integer;

Description

The Index property returns record index to the calculation histories.

Comments

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.

Fore and Fore.NET examples

The property use is given in the example for IExpressModeller.History.

See also:

IEmHistoryItem