Skip to content

TVGetMinMaxChannels

function

Deprecated

Kept for backward compatibility only.

Delphi
function TVGetMinMaxChannels (var Min_Channel: OleVariant; var Max_Channel: OleVariant): Boolean;
C++Builder
bool __fastcall TVGetMinMaxChannels(System::LongInt &MinChannel, System::LongInt &MaxChannel);
C#
public bool TVGetMinMaxChannels(ref int MinChannel, ref int MaxChannel);
VB.NET
Public Function TVGetMinMaxChannels(ByRef MinChannel As Integer, ByRef MaxChannel As Integer) As Boolean
C++/Qt
BOOL TVGetMinMaxChannels (int *MinChannel, int *MaxChannel);

Used to retrieve the min and max TV channels for a given country code. Be sure to select the proper country code before invoking this function.