Contents
- Index
- Previous
- Next
Redo method
Declaration
function Redo: Boolean;
Description
Re-executes the edit command most recently reversed with the undo command.
The method can be called as many times as there are commands to be redone. Commands can only be re-executed in the order they were undone - you cannot selectively redo a specific command. After a command has been redone, it is removed from the list of commands (the redo buffer) that can be redone.
Returns True on success. Returns False if there is no edit command to redo.