copy | ||||||||||||||||
Type | command | |||||||||||||||
Dictionary | LCS | |||||||||||||||
Library | LiveCode Script | |||||||||||||||
Syntax |
| |||||||||||||||
Summary | Copies selected text or an object to the clipboard or to a card, group, or stack. | |||||||||||||||
Introduced | 1.0 | |||||||||||||||
OS | mac, windows, linux, ios, android | |||||||||||||||
Platforms | desktop, server, mobile | |||||||||||||||
Parameters |
| |||||||||||||||
Example |
| |||||||||||||||
Values |
| |||||||||||||||
Related | Property: clipboardData, selected, ID Message: newAudioclip, newButton, copyKey, newPlayer, newBackground, newGraphic, newField, newScrollbar, newEPS, newImage, newVideoclip Keyword: card, control, it Glossary: object, property, variable, message, line, card, command, list field Function: clipboard, copyResource Command: select, doMenu, undo, cut, paste, clone, group, place Object: stack | |||||||||||||||
Description | Use the copy command to place objects or text on the clipboard, or to make a copy of an object without changing the contents of the clipboard. If a card is specified, the copied object must be a control or group. If a group is specified, the copied object must be a control. If a stack is specified, the copied object must be a card. If a chunk of a field is specified, the specified text is copied to the clipboard (including text styles).
| |||||||||||||||
Tags | ui |