Clipboard.TextAvailable
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
Returns True if the data on the Clipboard is text.
Sample Code
This code is in the Pressed event of a button. It checks the Clipboard for text. If it finds text, it assigns it to the Text property of the DesktopTextField.