IMetabaseObjectHistory.Item

Syntax

Item(Index: Integer): IMetabaseObjectHistoryItem;

Parameters

Index. Index of the record in the object's history.

Description

The Item property returns an object that contains the record in the object's history.

Example

The property use is given in the example for IMetabaseObjectDescriptor.GetHistory.

See also:

IMetabaseObjectHistory