JVCL Help:TJvDragEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDragEvent type
[+] JvDragDrop.pas Types
Search in JVCL Help
Search in all projectsSummary
Drag event used by the TJvDropTarget component.
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. |
Description
TjvDragEvent is the type for the OnDragEnter and OnDragOver events of TJvDragTarget.
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