ImageEn, unit imageenproc
TImageEnProc.ClearUndo
TImageEnProc
.ClearUndo
Declaration
procedure ClearUndo();
Description
Removes the last entry from the Undo stack.
Example
// Clear the last undo
ImageEnView1.Proc.ClearUndo();
See Also
◼
ClearAllUndo
◼
ClearUndoAt
◼
Undo