TImageEnVect.ObjClearAllUndo
Declaration
procedure ObjClearAllUndo;
Description
Empties the Undo stack.
Note: If you are using
ObjUndoMode = ieumShared to share object and image undo, do not use
ObjClearAllUndo. Use
ClearAllUndo instead.
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of ObjClearAllUndo, use:
TImageEnProc.ClearAllUndo
ImageEnView1.Proc.ClearAllUndo();