ImageEn, unit iexRichEdit

TIERichEdit.UndoOnReplace

TIERichEdit.UndoOnReplace

Declaration

property UndoOnReplace: Boolean;

Description

If enabled, Find and Replace actions can be undone using Undo.

Default: True

Example

// Prevent Undo from affecting replace actions
IERichEdit1.UndoOnReplace := False;