Show contents 

System > System Assembly Interfaces > IUndoRedo > IUndoRedo.RedoCount

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 the redo stack is limited by IUndoRedo.Limit property.

Example

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

See also:

IUndoRedo