JVCL Help:TJvDropEffect

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the possible effects that can be applied to the cursor in a drag and drop event.

run\JvDragDrop.pas


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.

run\JvDragDrop.pas


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.

run\JvDragDrop.pas


About

Navigation

no pages or subcategories

run\JvDragDrop.pas



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