Skip to content

ScreenRecordingLayeredWindows

property

Delphi
property ScreenRecordingLayeredWindows: Boolean read GetScreenRecordingLayeredWindows write SetScreenRecordingLayeredWindows default DEF_ScreenRecordingLayeredWindows;
C++Builder
__property bool ScreenRecordingLayeredWindows = {read=GetScreenRecordingLayeredWindows, write=SetScreenRecordingLayeredWindows, default=0};
C#
public bool ScreenRecordingLayeredWindows { get; set; }
VB.NET
Public Property ScreenRecordingLayeredWindows As Boolean
C++/Qt
BOOL GetScreenRecordingLayeredWindows ();
void SetScreenRecordingLayeredWindows (BOOL Value);

Enables the screen recording of layered windows (e.g. floating or transparent windows). By default the layered windows are not captured; enabling this property activates it. Note that enabling this property may affect the screen recording performances and/or cause a blinking cursor symptom.