IUndoRedo.RedoState

Syntax

RedoState(Index: Integer): IUndoRedoState;

Parameters

Index. State index in Undo/Redo stack.

Description

The RedoState property returns state of the operation stored in Redo stack passed by the Index parameter.

Example

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

See also:

IUndoRedo