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.

Example

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

See Also

ClearAllUndo
ClearUndo
Undo