TdxRichEditControlBase.Undo Method
Reverses the last action performed in the current document.
Declaration
procedure Undo;
Remarks
Invoke this procedure in order to undo the last change applied to the document’s contents. The Undo procedure works identically to the Undo command.
To reapply an undone action, call the Redo procedure.
Note
Unlike the Undo command, the Undo procedure is not affected by the Options.DocumentCapabilities.Undo property.
See Also