ImageEn, unit imageenproc

TImageEnProc.UndoLimit

TImageEnProc.UndoLimit


Declaration

property UndoLimit: Integer;


Description

Specifies how many images can be saved using the SaveUndo method.

Default: 1

When you call SaveUndo the current image is pushed to the image stack.
Calling Undo restores the last saved image.
Calling ClearUndo removes the last saved image.


Example

// Last 50 undoes are stored
ImageEnView1.Proc.UndoLimit := 50;


See Also

AutoUndo
UndoLocation
Undo