Skip to content

SetDisplayVisible

function

Delphi
procedure SetDisplayVisible (DisplayIndex: LongInt; Value: Boolean);
C++Builder
void __fastcall SetDisplayVisible(System::LongInt DisplayIndex, bool Value);
C#
public void SetDisplayVisible(int DisplayIndex, bool Value);
VB.NET
Public Sub SetDisplayVisible(DisplayIndex As Integer, Value As Boolean)

Shows or hides the video window. Enabled by default. The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display).