ImageEn, unit iexRichEdit |
|
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
// Increase the undo limit
IERichEdit1.UndoLimit := 200;