JVCL Help:TJvRichEdit.ForceUndo

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether undo should be active for all types of text changes in the control.


Pascal

 propertyForceUndo: Boolean;


Description

Use ForceUndo to specify whether undo should be activated even for replacements in selection. When ForceUndo is false, changing the text of the control by assigning to the SelText property or by using the built-in text replace functions cannot be undone. Set ForceUndo to true to make undo available in these circumstances.


See Also

TJvCustomRichEdit.ReplaceDialog, TJvCustomRichEdit.SelText


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