ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the current theme of the device.
Note: This theme is the one automatically displayed by the current station (configured in the device parameters). It does not correspond to the theme defined with ChangeTheme.
Example
// Affichage d'une image claire si le thème sombre est affiché
IF SysTheme() = stThemeDark THEN
	IMG_Image = "image_claire.jpg"
END
Syntax
<Result> = SysTheme()
<Result>: Integer constant
Theme of the current device:
stThemeDarkDark theme is used.
stThemeLightLight theme is used.
stThemeUnknownThe theme used is unknown.
Component: wd300dotnet.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help