SetDisplayLocation
method
Delphi
function SetDisplayLocation (DisplayIndex: LongInt; WindowLeft: LongInt; WindowTop: LongInt; WindowWidth: LongInt; WindowHeight: LongInt): Boolean;
C++Builder
bool __fastcall SetDisplayLocation(System::LongInt DisplayIndex, System::LongInt WindowLeft, System::LongInt WindowTop, System::LongInt WindowWidth, System::LongInt WindowHeight);
C#
public bool SetDisplayLocation(int DisplayIndex, int WindowLeft, int WindowTop, int WindowWidth, int WindowHeight);
VB.NET
Public Function SetDisplayLocation(DisplayIndex As Integer, WindowLeft As Integer, WindowTop As Integer, WindowWidth As Integer, WindowHeight As Integer) As Boolean
C++/Qt
BOOL SetDisplayLocation (int DisplayIndex, int WindowLeft, int WindowTop, int WindowWidth, int WindowHeight);
Sets the location and size of the display window when it is not embedded in the control, after invoking SetDisplayEmbedded (index, false). The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display).