Skip to content

OnTVChannelScanStarted

event

Deprecated

Kept for backward compatibility only.

Delphi
property OnTVChannelScanStarted: TOnTVChannelScanStarted read FOnTVChannelScanStarted write FOnTVChannelScanStarted;
C++Builder
__property TOnTVChannelScanStarted OnTVChannelScanStarted = {read=FOnTVChannelScanStarted, write=FOnTVChannelScanStarted};
typedef void __fastcall (__closure *TOnTVChannelScanStarted)(System::TObject* Sender, System::LongInt MinChannel, System::LongInt MaxChannel);
C#
public event OnTVChannelScanStartedEventHandler OnTVChannelScanStarted;
public delegate void OnTVChannelScanStartedEventHandler(object sender, TOnTVChannelScanStartedEventArgs e);
VB.NET
Public Event OnTVChannelScanStarted As OnTVChannelScanStartedEventHandler
Public Delegate Sub OnTVChannelScanStartedEventHandler(sender As Object, e As TOnTVChannelScanStartedEventArgs)
C++/Qt
void SetOnTVChannelScanStarted (TOnTVChannelScanStartedCb OnTVChannelScanStartedCb);
typedef void CALLBACK TOnTVChannelScanStartedCb (void *Object, void *Sender, int MinChannel, int MaxChannel);

notifies the beginning of the TV channel scanning. This TOnTVChannelScanStarted event occurs when the TV channel scanning begins, after invoking TVStartAutoScan . This event reports the minimal and maximal channel that will be scanned for the current country code and tuner input type.