System > System Assembly Interfaces > IUndoRedo > IUndoRedo.RedoCount
RedoCount: Integer;
The RedoCount property returns the number of operations stored in Redo stack.
The number of operations stored in the redo stack is limited by IUndoRedo.Limit property.
The example of use is given in description of the IUndoRedo.Enabled property.
See also: