SetDisplayMonitor
method
Delphi
procedure SetDisplayMonitor (DisplayIndex: LongInt; Value: LongInt);
C++Builder
void __fastcall SetDisplayMonitor(System::LongInt DisplayIndex, System::LongInt Value);
C#
public void SetDisplayMonitor(int DisplayIndex, int Value);
VB.NET
Public Sub SetDisplayMonitor(DisplayIndex As Integer, Value As Integer)
Used to specify the monitor used to display the video window. The value is in the (0..MonitorsCount - 1) range. The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display).