ClipboardIO.writeClipboard

Write text to the clipboard.

interface ClipboardIO
nothrow
bool
writeClipboard
(
string text
)

Parameters

text string

Text to store in the clipboard.

Return Value

Type: bool

True if data was written, including if given text was empty.

Meta