Skip to main content

TdxUndoRedoManager.Clear Method

Deletes information about all redo and undo operations.

Declaration

procedure Clear;

Remarks

The Clear method clears the redo and undo counters (see the RedoCount and UndoCount properties), which means that all redo and undo operations are cancelled.

See Also