Back to Devexpress

TdxRichEditControlBase.Undo Method

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-4ec17ccb.md

latest1.2 KB
Original Source

TdxRichEditControlBase.Undo Method

Reverses the last action performed in the current document.

Declaration

delphi
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

TdxRichEditControlBase

TdxRichEditControlBase.ClearUndo

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit