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
| GetFile | Retrieves the buffer stored in the clipboard. |
|---|---|
| GetImage | Retrieves the stored bitmap in the clipboard. |
| GetText | Retrieves the stored text in the clipboard. |
| GetWave | Retrieves the non-compressed audio data that is stored in the clipboard. |
| SetFile | Stores a buffer in the clipboard. |
| SetImage | Changes the stored bitmap in the clipboard. |
| SetText | Changes the stored text in the clipboard. |
| SetWave | Changes the stored non-compressed audio data stored. |
Events
The Clipboard object has no events.
Constants
The Clipboard object has no constants.