Declaration
procedure ObjUndoAt(Position: integer);
Description
Restores the image (group of objects) at the specified position in the Undo stack.
Position: 0=last saved undo; 1=second to last saved undo; 2... up to UndoCount-1
Note: If you are using
ObjUndoMode = ieumShared to share object and image undo, do not use
ObjUndoAt. Use
UndoAt instead.