Display_Top
Delphi
property Display_Top: LongInt index 0 read GetDisplayTop write SetDisplayTop default DEF_Display_Top;
C++Builder
__property System::LongInt Display_Top = {read=GetDisplayTop, write=SetDisplayTop, index=0, default=10};
C#
public int Display_Top { get; set; }
VB.NET
Public Property Display_Top As Integer
C++/Qt
int GetDisplay_Top ();
void SetDisplay_Top (int Value);
Specifies the top 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 .