Display_Embedded
Delphi
property Display_Embedded: Boolean index 0 read GetDisplayEmbedded write SetDisplayEmbedded default DEF_Display_Embedded;
C++Builder
__property bool Display_Embedded = {read=GetDisplayEmbedded, write=SetDisplayEmbedded, index=0, default=1};
C#
public bool Display_Embedded { get; set; }
VB.NET
Public Property Display_Embedded As Boolean
C++/Qt
BOOL GetDisplay_Embedded ();
void SetDisplay_Embedded (BOOL Value);
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 Display_Left and Display_Top positions (on the Display_Monitor monitor if more than 1 monitor is installed).