PureBasic - Clipboard

Overview

The clipboard is the standard way to share information and data between applications, which are currently running on the OS. It also gives the user a temporary location where information and data may be stored and accessed quickly and easily. For instance, when text is cut within an editor, that text goes to the clipboard, where it may be retrieved later, by pasting it into another application. PureBasic gives the programmer the ability to develop applications capable of cutting, copying and pasting text or images via the standard clipboard.

Command Index

ClearClipboard
GetClipboardImage
GetClipboardText
SetClipboardImage
SetClipboardText

Example

Clipboard.pb

Supported OS

All

Reference Manual - Index