IMsCalculationLog.Item

Syntax

Item(Index: Integer): IMsCalculationLogRecord;

Parameters

Index. Index of entry in the log.

Description

The Item property returns the entry from log by its index. Index of entry is passed by the Index parameter.

Example

The method use is given in the example for IMsCalculationHistory.CalculationLog.

See also:

IMsCalculationLog