ImageEn, unit imageenproc

TImageEnProc.RedoCaptions

TImageEnProc.RedoCaptions


Declaration

property RedoCaptions[index: Integer]: String;


Description

For each item in the Redo stack, ImageEn will include a relevant description of the function that has occured. This is useful to display a list of the available redo changes to the user.
Index = 0: Last saved redo, 1: Second to last saved redo, 2... up to RedoCount - 1.




Demo

Demo  Demos\ImageEditing\UndoRedo\UndoRedo.dpr


See Also

Published Property  SaveRedo
Public Method  Redo
Public Method  RedoAt
Public Property  RedoCount
Public Method  GetUndoInfo