SetDisplayParent
Delphi
function SetDisplayParent (DisplayIndex: LongInt; DisplayParent: HWND): Boolean;
C++Builder
bool __fastcall SetDisplayParent(System::LongInt DisplayIndex, Vcl::Controls::TWinControl* DisplayParent);
C#
public bool SetDisplayParent(int DisplayIndex, int DisplayParent);
VB.NET
Public Function SetDisplayParent(DisplayIndex As Integer, DisplayParent As Integer) As Boolean
C++/Qt
BOOL SetDisplayParent (int DisplayIndex, int DisplayParent);
sets the display parent of the video window. Invoke it to set the parent of the video window; the parent parameter must be a HWND window handle. The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display).