ae.sys.clipboard

OS clipboard interaction.

Members

Functions

getClipboard
ClipboardFormat[] getClipboard(DWORD[] desiredFormatsP)

Get clipboard data for the specified (default: all) formats.

getClipboardText
string getClipboardText()

Get text from the clipboard.

getClipboardText
string getClipboardText()

Get text from the clipboard.

setClipboard
void setClipboard(ClipboardFormat[] formats)

Set the clipboard with data in the specified formats.

setClipboardText
void setClipboardText(string s)

Put text into the clipboard.

setClipboardText
void setClipboardText(string s)

Put text into the clipboard.

Structs

ClipboardFormat
struct ClipboardFormat

One format entry in the Windows clipboard.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>