wxclipboardputdata()
Description
This function puts data onto the clipboard; either text, a bitmap, or both (if both are present). The data will only remain on the clipboard as long as a wxwindow (or wxdialog) is in existence. If the data is copied from the clipboard, then it will remain on the clipboard even if the anchoring window or dialog is subsequently closed.
Prototype
wxclipboardputdata
(
string
,
wxbitmap text
)
bitmap
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
text | .nul | string | The string object that contains the text to be put on the clipboard. |
bitmap | .nul | wxbitmap | The wxbitmap object that contains the bitmap to be put on the clipboard. |