IWxWorkspace.RedoNumSteps

Syntax

RedoNumSteps: Integer;

Description

The RedoNumSteps property returns the number of steps that can be repeated.

Example

Executing the example requires an existing ws object of the IWxWorkspace type.

Sub UserProc;

Var

ws: IWxWorkspace;

Begin

ws.Redo(ws.RedoNumSteps);

End Sub UserProc;

After executing the example all available actions are repeated.

See also:

IWxWorkspace