Skip to content

Display_FullScreen

property

Delphi
property Display_FullScreen: Boolean index 0 read GetDisplayFullScreen write SetDisplayFullScreen default DEF_Display_FullScreen;
C++Builder
__property bool Display_FullScreen = {read=GetDisplayFullScreen, write=SetDisplayFullScreen, index=0, default=0};
C#
public bool Display_FullScreen { get; set; }
VB.NET
Public Property Display_FullScreen As Boolean
C++/Qt
BOOL GetDisplay_FullScreen ();
void SetDisplay_FullScreen (BOOL Value);

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 key. In full screen mode all keystrokes are returned by the OnKeyPress event.