TVideoGrabber.SetDisplayFullScreen

Prev

Next

TVideoGrabber

Methods

 




































































































Displays the preview window in full screen mode.


Declaration
procedure SetDisplayFullScreen (DisplayIndex: LongInt; Value: Boolean);


void __fastcall SetDisplayFullScreen(int DisplayIndex, bool Value);

Description

If enabled, the preview window is displayed in full screen mode when the preview, recording or play back starts.
To exit from the full screen mode disable this property or press the <ESC> key.
In full screen mode all keystrokes are returned by the OnKeyPress event.


The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display)