Up | Draw | Overlay | Tool | Toollist | Timer | SPB | Camera | CameraImage | Bitmap | Historylist - ImageBuffer | Clipboard | ScorpionGeometry | Statistics | Curve | States | Logging | Panels | Shared Memory | BarCode Reader | StdCtrls

Release Notes
 

  

 
Clipboard
The clipboard  module is designed to provide access to the Windows clipboard.

The Clipboard class

  • GetClipboard() - get the clipboard object
Attribute Access Type Description
text R/W string the clipboard text content

 

Method Returns Description
clear() 1 clears the clipboard

Example 1: Clear Clipboard

clip=GetClipboard()
txt=clip.text
clip.clear()

 


Scorpion Vision Version XII : Build 665 - Date: 20170919
Scorpion Vision Software® is a registered trademark of Tordivel AS.
Copyright © 2000 - 2017 Tordivel AS.