IUndoRedo.RedoCount

Syntax

RedoCount: Integer;

Description

The RedoCount property returns the number of operations stored in Redo stack.

Comments

The number of operations stored in Redo stack is limited by the Limit property.

Example

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

See also:

IUndoRedo