JVCL Help:TJvCustomRichEdit.OnQueryAcceptData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomRichEdit.OnQueryAcceptData Event
[+] TJvCustomRichEdit Events
[+] TJvCustomRichEdit Methods
[+] TJvCustomRichEdit 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
TRichEditQueryAcceptData = procedure (Sender: TObject; const ADataObject: IDataObject; var AFormat: TClipFormat; ClipboardOperationKind: Cardinal; Really: Boolean; IconMetaPict: HGLOBAL; var Handled: Boolean) ofobject;
propertyOnQueryAcceptData: TRichEditQueryAcceptData;
Parameters
Parameters | Description |
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. |
ClipboardOperationKind | Description for this parameter |
Sender | Rich Edit control that has fired this event. |
ADataObject | The data object being pasted or dragged. |
AFormat | Specifies the format to use. |
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