Skip to content

Display_StayOnTop

property

Delphi
property Display_StayOnTop: Boolean index 0 read GetDisplayStayOnTop write SetDisplayStayOnTop default DEF_Display_StayOnTop;
C++Builder
__property bool Display_StayOnTop = {read=GetDisplayStayOnTop, write=SetDisplayStayOnTop, index=0, default=0};
C#
public bool Display_StayOnTop { get; set; }
VB.NET
Public Property Display_StayOnTop As Boolean
C++/Qt
BOOL GetDisplay_StayOnTop ();
void SetDisplay_StayOnTop (BOOL Value);

Specifies whether the video window must stay over other windows, when it is not embedded in the TVideoGrabber control.