IUndoRedo.UndoCount

Syntax

UndoCount: Integer;

Description

The UndoCount property returns the number of operations stored in the Undo stack.

Comments

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

Example

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

See also:

IUndoRedo