ImageEn, unit ievect

TImageEnVect.ObjUndo

TImageEnVect.ObjUndo

Declaration

procedure ObjUndo;

Description

ObjUndo restores the most recently saved objects from the Undo stack.

Note: If you are using ObjUndoMode = ieumShared to share object and image undo, do not use ObjUndo. Use Undo instead.

Transition Information

If you are transitioning your code to TImageEnView Layers, instead of ObjUndo, use: TImageEnProc.Undo
ImageEnView1.Proc.Undo();