TdxRichEditControlBase.Redo Method
In This Article
Restores the effect of the last undone action.
#Declaration
Delphi
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.
See Also