TVideoGrabber.SetDisplayParent

Prev

Next

TVideoGrabber

Methods

 




































































































Sets the display parent of the video window


Declaration
function SetDisplayParent (DisplayIndex: LongInt; DisplayParent: HWND): Boolean;


bool __fastcall SetDisplayParent(int DisplayIndex, HWND DisplayParent);

Description

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)