ImageEn, unit imageenproc

TImageEnProc.ClearRedoAt

TImageEnProc.ClearRedoAt


Declaration

procedure ClearRedoAt(Position: Integer);


Description

Removes the entry at Position from the Redo stack.

Position = 0: Last saved Redo, 1: Second to last saved Redo, 2... up to RedoCount - 1.


Example

// Clear the second to last redo
ImageEnView1.Proc.ClearRedo(1);


See Also

ClearAllRedo
ClearRedo
Redo