Viscom Software VideoCap ActiveX Control

TVChannels.FindChannel Method

Description:   

Search the TVChannels Collection for a given string. The string contains the TV Channel no of a TVChannel.

Usage:   

TVChannels.FindChannel TVChannelNo

Data Type:   

String

Return Value:   

If the property Name of an TVChannel object is equal to the given string. The FindChannel method return the index of the TVChannel in the Collection. If the string is not found, the FindChannel method return -1.

Example:   

This Visual Basic example find the TV Channel:

ChannelIndex = VideoCap1.TVChannels.FindChannel "50"