ScreenRecordingNonVisibleWindows
Delphi
property ScreenRecordingNonVisibleWindows: Boolean read GetScreenRecordingNonVisibleWindows write SetScreenRecordingNonVisibleWindows default DEF_ScreenRecordingNonVisibleWindows;
C++Builder
__property bool ScreenRecordingNonVisibleWindows = {read=GetScreenRecordingNonVisibleWindows, write=SetScreenRecordingNonVisibleWindows, default=0};
C#
public bool ScreenRecordingNonVisibleWindows { get; set; }
VB.NET
Public Property ScreenRecordingNonVisibleWindows As Boolean
C++/Qt
BOOL GetScreenRecordingNonVisibleWindows ();
void SetScreenRecordingNonVisibleWindows (BOOL Value);
Activates the screen recording of non-visible windows. The window must have been selected first with SetWindowRecordingByName or SetWindowRecordingByHandle.
Note: this mode may give variable results depending on the content of the window.