JVCL Help:TJvRichEdit.OnSaveClipboard

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the window of the rich edit control is about to be destroyed and the control has delayed rendering of text copied to the clipboard.


Pascal

 propertyOnSaveClipboard: TRichEditSaveClipboard;


Description

Write an OnSaveClipboard event handler to respond to notifications that the window of the rich edit control is about to be destroyed and the Clipboard needs information from the control. The parameter NumObjects is the number of objects on the Clipboard, and NumChars is the number of characters on the Clipboard. To clear all information about the rich edit control from the Clipboard, set SaveClipboard to false.


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