Back to product page

Item property (Channels)


Holds a reference to a specific channel.

Type

A Channel object. Reference to the requested channel.

Syntax

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

Remarks

The Item property returns a reference to a specific channel from the collection. You can use an integer value to get a reference based on channel Index or you can use a String expression to get a reference based on channel Name.

Platforms

Windows