unlock clipboard

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
unlock [the] clipboard
Summary

Unlocks the clipboard and pushes the changes to the system clipboard.

Introduced8.0
OSmac, windows, linux
Platformsdesktop
Example
unlock the clipboard
RelatedCommand: lock clipboard
Function: clipboard
Property: clipboardData, fullClipboardData, rawClipboardData
Description

Use the unlock clipboard command to make the contents of the clipboard available to other apps.

Note: If you use the clipboardData or fullClipboardData properties, locking the clipboard is not required (it will be done automatically) but is recommended.

Tip: Use lock clipboard to ensure the clipboard does not change between accesses.

Tagsui,clipboard