<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Sets data to the Windows clipboard.
syntax
SetClipboardData(
data
)
Parameters
Type:
character
Specifies the data to be set on the clipboard as a string.
Return value
Boolean
FALSE - Failure. TRUE - Success.
Explanation
Writes data to the clipboard. The data set by this method can be retrieved by the GetClipboardData method.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
×
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind syntax)
reference
LoadTextFile
SaveTextFile
LoadCsvFile
SaveCsvFile
SavePrintText
GetTempFolder
GetTempFile
GetCurrentFolder
GetModuleFolder
GetFileSize
GetFileLastWriteTime
GetLogicalDrives
GetDriveType
EncryptFile
DecryptFile
SetClipboardData
GetClipboardData