rawClipboardData | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Provides low-level access to the contents of the clipboard. | ||||||
Introduced | 8.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: clipboardData, fullClipboardData, rawDragData Command: lock clipboard, unlock clipboard Function: clipboard, textEncode, textDecode Glossary: clipboard, property | ||||||
Description | Use the rawClipboardData to gain low-level access to the system clipboard. The keys for the rawClipboardData are platform-specific. You can query the keys of the rawClipboardData to determine what types of data are on the clipboard.
If the contents of the clipboard were placed there by
another app, the clipboard will have to be cleared before
being used: This property should only be used if you require low-level access; the fullClipboardData property 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 summarized as:
| ||||||
Tags | ui,clipboard |