Skip to content

DualDisplay_Visible

property

Delphi
property DualDisplay_Visible: Boolean index 1 read GetDisplayVisible write SetDisplayVisible default DEF_Display_Visible;
C++Builder
__property bool DualDisplay_Visible = {read=GetDisplayVisible, write=SetDisplayVisible, index=1, default=1};
C#
public bool DualDisplay_Visible { get; set; }
VB.NET
Public Property DualDisplay_Visible As Boolean
C++/Qt
BOOL GetDualDisplay_Visible ();
void SetDualDisplay_Visible (BOOL Value);

Shows / hides the 2nd video window when the dual display feature is used. Enabled by default.