InfoConnect for Unisys
Paste Method (IScreen)


Copies data from the clipboard to the current cursor location.
Syntax
'Declaration
 
Function Paste() As ReturnCode
'Usage
 
Dim instance As IScreen
Dim value As ReturnCode
 
value = instance.Paste()
ReturnCode Paste()
See Also