Skip to content

ShowDebugWindow

method

Delphi
procedure ShowDebugWindow (FullLog: Boolean);
C++Builder
void __fastcall ShowDebugWindow(bool FullLog);
C#
public void ShowDebugWindow(bool FullLog);
VB.NET
Public Sub ShowDebugWindow(FullLog As Boolean)
C++/Qt
void ShowDebugWindow (BOOL FullLog);

Opens a window showing the TVideoGrabber log, for debugging purposes. This will popup a window that will report the TVideoGrabber log events, which may be helpful for tracking more easily the errors reported by TVideoGrabber.