ITabView.RedoAction

Syntax

RedoAction(Index: Integer): String;

Parameters

Index. Index of the operation, which can be repeated.

Description

The RedoAction property returns the name of the operation, which can be repeated. The index of the operation is passed as the Index parameter.

Comment

The property is outdated, use IUndoRedoState.Action.

See also:

ITabView