PureBasic - Clipboard

Overview

The clipboard is the standard way to share information and data between applications currently running on the OS. It also gives the user some simple temporary storage while they are editing their files. For example, when cutting text in a text editor it goes to the clipboard and can later be retrieved by any other text editor to paste it. PureBasic allows your programs to copy and retrieve any kind of data easily through the standard clipboard.

Command Index

ClearClipboard
GetClipboardData
GetClipboardText
SetClipboardData
SetClipboardText

Example

Clipboard.pb

Supported OS

All

Reference Manual - Index