dragDestination

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
the dragDestination
dragDestination()
Summary

Returns the long ID of the object that dragged data was dropped on.

Introduced2.0
OSmac, windows, linux
Platformsdesktop, server
Example
the dragDestination
put the rect of the dragDestination into whereWeDragged
Values
NameTypeDescription
return

The dragDestination function returns the long ID property of the object.

RelatedProperty: ID
Message: dragEnd, dragDrop
Function: dropChunk, target
Glossary: handler, property, return, execute, drag and drop, object
Control Structure: function
Description

Use the dragDestination function to determine which object received a drag and drop.

The dragDestination function only returns a value while a dragDrop handler is being executed: that is, you can use it in a dragDrop handler, or in a handler that's called by a dragDrop handler. If called from another handler, the dragDestination function returns empty.

Tagsui