CopyToClipBoard Method
Description
Copies data into clipboard.
Syntax
Visual Basic
Public Function CopyToClipBoard( _
   ByVal IDSFilter As String, _
   Optional ByVal mode As Long = 0, _
   Optional ByVal Path As String = "" _
) As String
Parameters
IDSFilter
Either comma separated list of ID numbers or a TDFilter.Text that qualifies the items to be copied.
mode
Unused
Path
Use when copying a folder. The path of the folder.
Return Type
The data copied to the clipboard.
See Also