Display_Left
Delphi
property Display_Left: LongInt index 0 read GetDisplayLeft write SetDisplayLeft default DEF_Display_Left;
C++Builder
__property System::LongInt Display_Left = {read=GetDisplayLeft, write=SetDisplayLeft, index=0, default=10};
C#
public int Display_Left { get; set; }
VB.NET
Public Property Display_Left As Integer
C++/Qt
int GetDisplay_Left ();
void SetDisplay_Left (int Value);
Specifies the left position of the video window, when it is not embedded in the TVideoGrabber control.
Note: the left, top, width and height properties can be set at the same time by using Display_SetLocation.