ImageEn, unit imageenproc

TImageEnProc.ClearUndoAt

TImageEnProc.ClearUndoAt


Declaration

procedure ClearUndoAt(Position: Integer);


Description

Removes the entry at Position in the Undo stack.

Position = 0: Last saved undo, 1: Second to last saved undo, 2... up to UndoCount - 1.


See Also

Public Method  ClearAllUndo
Public Method  ClearUndo
Public Method  Undo


Example

// Clear the second to last undo
ImageEnView1.Proc.ClearUndo(1);