Skip to main content

TcxCustomRichEditProperties.OnSaveClipboard Event

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

Declaration

property OnSaveClipboard: TRichEditSaveClipboard read; write;

Remarks

Handle the OnSaveClipboard event to respond to notifications that the window of the edit control is about to be destroyed and the clipboard needs information from the edit control. The NumObjects parameter is the number of objects on the clipboard, and the NumChars parameter represents the number of characters on the clipboard. To clear all the information about the edit control from the clipboard, set the SaveClipboard parameter to False.

See Also