Back to Devexpress

TdxRichEditControlBase.Redo Method

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-bc917d98.md

latest1017 B
Original Source

TdxRichEditControlBase.Redo Method

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.DocumentCapabilities.Undo property value.

See Also

TdxRichEditControlBase

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit