SetDisplayActive
method
Delphi
procedure SetDisplayActive (DisplayIndex: LongInt; Value: Boolean);
C++Builder
void __fastcall SetDisplayActive(System::LongInt DisplayIndex, bool Value);
C#
public void SetDisplayActive(int DisplayIndex, bool Value);
VB.NET
Public Sub SetDisplayActive(DisplayIndex As Integer, Value As Boolean)
Used to enable/disable the video window. The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display).