JVCL Help:TJvDropEffect
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDropEffect type
Search in JVCL Help
Search in all projectsSummary
Defines the possible effects that can be applied to the cursor in a drag and drop event.
Pascal
run\JvDragDrop.pas
TJvDropEffect = (
deNone,
deCopy,
deMove,
deLink,
deScroll
);
Members
Members | Description |
deNone | No cursor modifiers applied. |
deCopy | Modify cursor to include copy modifier. |
deMove | Modify cursor to include move modifier. |
deLink | Modify cursor to include link modifier. |
deScroll | Modify cursor to include scroll modifier. |
Description
TJvDropEffect defines the possible modifiers that can be added to a cursor to provide visual feedback to the user about the current drag and drop action.
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