copyStringToClipboard

copyStringToClipboard(str: String): Boolean;

The copyStringToClipboard method of the Application class copies the string specified in the str parameter to the Windows clipboard.

If the process succeeds, this method returns true. If the process fails, it returns false. The action may fail if some other process has the clipboard locked.