Viscom Software VideoCap ActiveX Control

TVChannels.Item Property

Description:   

Return the TVChannel at the specified position.

Usage:   

TVChannels.Item(Index)

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example return the first TVChannel object:

Dim myTVChannel As TVChannel

Set myTVChannel = VideoCap1.TVChannels.Item(1)