ImageEn, unit iexRichEdit

TIERichEdit.UndoLimit

TIERichEdit.UndoLimit


Declaration

property UndoLimit: Integer;


Description

Specify the maximum number of items available in the Undo list.

Rich Edit Identifier: EM_SETUNDOLIMIT

Default: 100


Example

// Increase the undo limit
IERichEdit1.UndoLimit := 200;