SetDisplayEmbedded
|
TVideoGrabber.SetDisplayEmbedded |
||||
|
|
|
|
||
Used to detach/attach the video window from the TVideoGrabber control.
Declaration
procedure SetDisplayEmbedded (DisplayIndex: LongInt; Value: Boolean);
void __fastcall SetDisplayEmbedded(int DisplayIndex, bool Value);
Description
Used to detach/attach the video window from the TVideoGrabber control.
- enabled: the video window is embedded into the TVideoGrabber control,
- disabled: the video window is located on the desktop at the positions specified by invoking SetDisplayLeft and SetDisplayTop, and optionally SetDisplayMonitor if more than 1 monitor is used.
The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display)