JVCL Help:TJvRichEdit.UndoLimit

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the maximum number of actions that can stored in the undo queue.


Pascal

 propertyUndoLimit: Integer;


Description

Specifies the maximum number of actions that can be stored in the undo queue. The return value is the new maximum number of undo actions for the rich edit control. This value may be less than the value specified by UndoLimit if memory is limited. By default, the maximum number of actions in the undo queue is 100. If you increase this number, there must be enough available memory to accommodate the new number. For better performance, set the limit to the smallest possible value. Setting the limit to zero disables the Undo feature.


See Also

TJvCustomRichEdit.CanRedo, TJvCustomRichEdit.RedoName, TJvCustomRichEdit.UndoName, TJvCustomRichEdit.Redo,


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page