JVCL Help:TJvRichEdit.OnQueryAcceptData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvRichEdit.OnQueryAcceptData Event
[+] TJvRichEdit Events
[+] TJvRichEdit Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user performs an paste operation or drags an object to the rich edit control.
Pascal
property OnQueryAcceptData: TRichEditQueryAcceptData;
Parameters
Parameters | Description |
Sender | Rich Edit control that has fired this event. |
ADataObject | The data object being pasted or dragged. |
AFormat | Specifies the format to use. |
ClipboardOperationKind | Description for this parameter |
Really | Indicates whether the drag-drop is actually happening or if it is just a query. |
IconMetaPict | Specifies a global memory handle to a metafile picture (TMetaFilePict) to display in place of the OLE object's default icon. |
Handled | Returns true if the event handler performs the operation, false if the rich edit control should continue with its default processing. |
Description
Write here a description
See Also
TJvCustomRichEdit.OnDragAllowed, TJvCustomRichEdit.OnGetDragDropEffect, TJvCustomRichEdit.OnQueryAcceptData
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