SetDisplayStayOnTop
Delphi
procedure SetDisplayStayOnTop (DisplayIndex: LongInt; Value: Boolean);
C++Builder
void __fastcall SetDisplayStayOnTop(System::LongInt DisplayIndex, bool Value);
C#
public void SetDisplayStayOnTop(int DisplayIndex, bool Value);
VB.NET
Public Sub SetDisplayStayOnTop(DisplayIndex As Integer, Value As Boolean)
Specifies whether the video window must stay over other windows, when it is not embedded in the TVideoGrabber control. The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display).