Copies the Items in a Named List to the clipboard, optionally deleting the existing Items, i.e. Cut instead of Copy.
Visual Basic |
---|
Public Function Copy( _ ByVal list As String, _ ByVal bDelete As Integer _ ) As Integer |
True | The command can be executed. |
False | The command cannot be executed. |
Available: MD ME MM OD OM OV
Groups:
sis.Copy ("FoundItems", False)
copies all the items in the list FoundItems to the clipboard.
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).