SIMPOL Documentation

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 text, wxbitmap bitmap )

Parameters

ParameterDefault valueType nameDescription
text.nulstring The string object that contains the text to be put on the clipboard.
bitmap.nulwxbitmap The wxbitmap object that contains the bitmap to be put on the clipboard.