ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
The full-screen mode consists in hiding:
  • the system bar when the application is run on a PC,
  • the system bar and the navigation bar on a mobile device.
These bars can be re-displayed when hovering the area.
Example
FullScreen(True)
FullScreen(False)
Syntax
FullScreen([<Activation>])
<Activation>: Optional boolean
  • True to enable the full-screen mode,
  • False to disable the full-screen mode.
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help