Back to product page

Remove method


Removes a specific channel.

Type

None

Syntax

  • Basic
object.Remove ID
The Remove(object,ID) syntax has these parts:
objectAn expression evaluating to an object of type Channels.
IDRequired. A Variant value. Holds the Index of the channel or channel Name.

Remarks

The Remove method removes a specific channel from the collection of all currently defined channels. If the channel is currently running, you need to Stop it first before you can remove it.

Platforms

Windows