Cadcorp SIS API Methods

Copy Method

Description

Copies the Items in a Named List to the clipboard, optionally deleting the existing Items, i.e. Cut instead of Copy.

Syntax

Visual Basic
Public Function Copy( _
   ByVal list As String, _
   ByVal bDelete As Integer _
) As Integer

Parameters

list
The Named List whose Items are to be copied.
bDelete
True The command can be executed.
False The command cannot be executed.

Remarks

Available: MD ME MM OD OM OV

Groups:

Example

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).