JVCL Help:TJvDragEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Drag event used by the TJvDropTarget component.

run\JvDragDrop.pas


Pascal

 run\JvDragDrop.pas
 TJvDragEvent = procedure (Sender: TJvDropTarget; var Effect: TJvDropEffect) ofobject;


Parameters

Parameters Description
Sender The component that sent the event.
Effect The cursor effect to apply to the cursor.

run\JvDragDrop.pas


Description

TjvDragEvent is the type for the OnDragEnter and OnDragOver events of TJvDragTarget.

run\JvDragDrop.pas


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