JVCL Help:TJvCustomRichEdit.StopGroupTyping

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

Search in JVCL Help

 
Search in all projects
 

Summary

Stops the control from collecting additional typing actions into the current undo action.


Pascal

 procedureStopGroupTyping;


Description

Call StopGroupTyping to stop the control from collecting additional typing actions into the current undo action. The control stores the next typing action, if any, into a new action in the undo queue.
A rich edit control groups consecutive typing actions, including characters deleted by using the BackSpace key, into a single undo action until one of the following events occurs:

  • StopGroupTyping is called.
  • The control loses focus.
  • The user moves the current selection, either by using the arrow keys or by clicking the mouse.
  • The user presses the delete key.
  • The user performs any other action, such as a paste operation that does not involve typing.

You can call StopGroupTyping to break consecutive typing actions into smaller undo groups. For example, you could call it after each character or at each word break.


About

Notes

Rich Edit 2.0.


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