IUndoRedo.Redo

Syntax

Redo([Count: Integer = 1]);

Parameters

Count. The number of operations.

Description

The Redo method repeats the specified number of undone operations.

Comments

The number of actions available to repeat can be obtained in the RedoCount property.

Example

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

See also:

IUndoRedo