IUndoRedo.UndoState

Syntax

UndoState(Index: Integer): IUndoRedoState;

Parameters

Index. State index in Undo/Redo stack.

Description

The UndoState property returns state of the operation stored in Undo stack passed by the Index parameter.

Example

The example of use is given in description of the Enabled property.

See also:

IUndoRedo