Skip to content

OnNoVideoDevices

event

Delphi
property OnNoVideoDevices: TOnEventNotification read FOnNoVideoDevices write FOnNoVideoDevices;
C++Builder
__property TOnEventNotification OnNoVideoDevices = {read=FOnNoVideoDevices, write=FOnNoVideoDevices};
typedef void __fastcall (__closure *TOnEventNotification)(System::TObject* Sender);
C#
public event EventHandler OnNoVideoDevices;
VB.NET
Public Event OnNoVideoDevices As EventHandler
C++/Qt
void SetOnNoVideoDevices (TOnNoVideoDevicesCb OnNoVideoDevicesCb);
typedef void CALLBACK TOnNoVideoDevicesCb (void *Object, void *Sender);

Occurs if no video device is currently installed or plugged-in on the current platform.