copyStringFromClipboard
copyStringFromClipboard(): String;
The copyStringFromClipboard method of the Application class returns the text contained in the Windows clipboard.
If the clipboard is locked by another process or the clipboard does not contain text, a null string is returned.