AnnUndo method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnUndo (void);

Delphi Syntax

Function AnnUndo(): Integer;

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Reverses the last change that was made using automated annotations.

The number of automation operations that can be undone is contained in the AnnUndoDepth property.

For information about grouping multiple operations into a single undo process, refer to the AnnAddUndoNode method.

Calling this method is the same as selecting Undo on the automation menu.

See Also

Elements

AnnUndoEnable property, AnnUndoDepth property, AnnAddUndoNode method

Topics

Annotations (Document/Medical only): Automation

 

Undoing Automation Operations