rawDragData | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | provides low-level access to the contents of the drag-and-drop clipboard. | ||||||
Introduced | 8.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: dragData, fullDragData, rawClipboardData Function: textDecode, textEncode Glossary: clipboard, drag and drop | ||||||
Description | Use the rawClipboardData to gain low-level access to the system drag-and-drop clipboard. This property should only be used if you require low-level access; the fullDragData is more appropriate for most uses. As a low-level feature, platform differences are not hidden. In particular, the form of the keys of the rawClipboardData are platform-specific, but can be summarised as:
| ||||||
Tags | ui,drag-and-drop |