Clipboard.Text
From Xojo Documentation
Property (As String )
aClipboard.Text = newStringValue
or
StringValue = aClipboard.Text
Supported for all project types and targets.
or
StringValue = aClipboard.Text
Supported for all project types and targets.
The text on the Clipboard.
Sample Code
This code is in the Action event of a button. It checks the Clipboard for text. If it finds text, it assigns it to the Text property of the TextField.