ImageEn, unit imageenproc |
|
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.
| Demos\ImageEditing\UndoRedo\UndoRedo.dpr |
See Also
◼SaveRedo◼Redo◼RedoAt◼RedoCount◼GetUndoInfo