Clipboard

The Clipboard object allows to get or put data in the system clipboard, shared by all Windows applications.

You can store texts, bitmaps, sounds (wave) and bytes.

Functions

GetFileRetrieves the buffer stored in the clipboard.
GetImageRetrieves the stored bitmap in the clipboard.
GetTextRetrieves the stored text in the clipboard.
GetWaveRetrieves the non-compressed audio data that is stored in the clipboard.
SetFileStores a buffer in the clipboard.
SetImageChanges the stored bitmap in the clipboard.
SetTextChanges the stored text in the clipboard.
SetWaveChanges the stored non-compressed audio data stored.

Events

The Clipboard object has no events.

Constants

The Clipboard object has no constants.

Example

SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia