TVChannel
Deprecated
Kept for backward compatibility only.
Delphi
property TVChannel: LongInt read GetTVChannel write SetTVChannel;
C++Builder
__property System::LongInt TVChannel = {read=GetTVChannel, write=SetTVChannel, nodefault};
C#
public int TVChannel { get; set; }
VB.NET
Public Property TVChannel As Integer
C++/Qt
int GetTVChannel ();
void SetTVChannel (int Value);
sets or retrieves the current TV channel. Be sure to select the proper country code (TVCountryCode ) and tuner input type (TVTunerInputType ) before.