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
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
Returns the visual theme currently displayed on the current workstation..
Remark: This theme is the one automatically displayed by the current station (configured in the device parameters).. It does not correspond to the theme defined through programming 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
Visual theme displayed on the current station:
stThemeDarkThe dark theme of the current job is used.
stThemeLightThe clear theme of the current job is used.
stThemeUnknownThe theme used is unknown.
Component: wd290dotnet.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/26/2024

Send a report | Local help