Viscom Software VideoCap ActiveX Control

TVChannel.ChannelNo Property

Description:   

Return the name of the TV ChannelNo

Usage:   

TVChannel.Name

Data Type:   

String

Limitations:   

Read Only

Example:   

This Visual Basic example get the Channel No:

Dim myChannel as TVChannel

Set myChannel=VideoCap1.TVChannels.Item(1)
strTVChannelNo = myChannel.ChannelNo