JVCL Help:TRichDropEffect
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TRichDropEffect type
Search in JVCL Help
Search in all projectsSummary
Enumerates effects of a drag-drop operation.
Pascal
run\JvRichEdit.pas
TRichDropEffect = (
rdeCopy,
rdeMove,
rdeLink,
rdeScroll
);
TRichDropEffects = setof TRichDropEffect;
Members
Members | Description |
rdeCopy | A copy operation |
rdeMove | A move operation |
rdeLink | A link from the dropped data to the original data would be established. |
rdeScroll | A drag scroll operation is about to occur or is occurring in the target. |
Description
Use the TRichDropEffect type to specify an effect of a drag-drop operation.
See Also
TJvCustomRichEdit.OnDragAllowed, TJvCustomRichEdit.OnGetDragDropEffect
About
no pages or subcategories
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