Display_Visible
Delphi
property Display_Visible: Boolean index 0 read GetDisplayVisible write SetDisplayVisible default DEF_Display_Visible;
C++Builder
__property bool Display_Visible = {read=GetDisplayVisible, write=SetDisplayVisible, index=0, default=1};
C#
public bool Display_Visible { get; set; }
VB.NET
Public Property Display_Visible As Boolean
C++/Qt
BOOL GetDisplay_Visible ();
void SetDisplay_Visible (BOOL Value);
Used to show / hide the video window.
Enabled by default.