ITabView.UndoEx

Syntax

UndoEx(Count: Integer);

Parameters

Count. The number of operations to be cancelled.

Description

The UndoEx method cancels several operations, the number of which is passed as the Count parameter.

Comment

The method is outdated, use IUndoRedo.Undo.

See also:

ITabView