IWxWorkspace.Undo

Syntax

Undo([Steps: Integer = 1]);

Undo(Steps: integer);

Parameters

Steps. Number of canceled steps. The default value for the parameter is 1.

Description

The Undo method cancels a defined number of completed actions. If the parameter has not been defined, the method will cancel the last completed action.

Example

The example of use is given in the IWxWorkspace.Modified description.

See also:

IWxWorkspace | IWxWorkspace.UndoEnabled