dragSource | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the long ID of the object that dragged data was dragged from. | ||||||
Introduced | 2.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: ID Message: dragEnd, dragDrop Function: target Glossary: property, return, object type, drag and drop, object Control Structure: function | ||||||
Description | Use the dragSource function to find out which object, and which object type, is being dragged from. The dragSource function only returns a value while a drag and drop is in progress. Otherwise, the dragSource function returns empty. | ||||||
Tags | ui |