Viscom Software VideoCap ActiveX Control

TVChannels.FindChannelNo Method

Description:   

Search the TVChannels Collection for a index and return the Channel No.

Usage:   

TVChannels.FindChannelNo Index

Data Type:   

Integer

Return Value:   

If the index of  TVChannel object is equal to the given index. The FindChannelNo method return name of the TV Channel  in the Collection. If the index is not found, the FindChannelNo method return empty string.

Example:   

This Visual Basic example find the five index of  tv channel:

strChannelNo = VideoCap1.TVChannels.FindChannelNo(5)