TdxRichEditControlBase.Redo Method
Restores the effect of the last undone action.
Declaration
procedure Redo;
Remarks
Call this procedure to redo an undone action performed in the current document. The Redo procedure works identically to the Redo command.
Note
Unlike The Redo command, the Redo procedure is not affected by the Options.DocumentCapabilities.Undo property value.
See Also