dragDestination | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the long ID of the object that dragged data was dropped on. | ||||||
Introduced | 2.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: 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. | ||||||
Tags | ui |