IUndoRedoGroupState.Item

Syntax

Item(Index: Integer): IUndoRedoState;

Parameters

Index. Index of the action executed within the group action.

Description

The Item property returns parameters of the specified action executed within the group action.

Example

The example of use is given in description of the IUndoRedoState.IsGroupState property.

See also:

IUndoRedoGroupState