ITabView.RedoEx

Syntax

RedoEx(Count: Integer);

Parameters

Count. The number of operations to be repeated.

Description

The RedoEx method repeats several cancelled operations, the number of which is passed as the Count parameter.

Comment

The method is outdated, use IUndoRedo.Redo.

See also:

ITabView