ImageEn, unit ievect

TImageEnVect.ObjUndoLimit

TImageEnVect.ObjUndoLimit


Declaration

property ObjUndoLimit: integer;


Description

Specifies how many images (groups of objects) can be saved using ObjSaveUndo method.
When you call ObjSaveUndo, ImageEn pushes the current image (group of objects) onto an image stack.
Calling ObjUndo causes ImageEn to restore the last saved image. Calling ObjClearUndo causes ImageEn to remove the last saved image.

Default: 1


Transition Information

If you are transitioning your code to TImageEnView Layers, instead of ObjUndoLimit, use: TImageEnProc.UndoLimit

ImageEnView1.Proc.UndoLimit := 30;