We use cookies to collect and analyze information on site performance and usage,
to provide social media features and to enhance and customize content and advertisements.
Extract data from the clipboard
String ls_value
ls_value = Clipboard()
Put data into the clipboard
Clipboard("Hello")
A special attention is needed when calling Clipboard in a DataWindow control or
DataStore object.
To retrieve or replace the contents of the system clipboard with text from a DataWindow item (cell value), you must first assign the value to a string and then call the system Clipboard function as follows: