|
|
|
|
|
SysTheme (Function) In french: SysTheme
Not available
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.
IF SysTheme() = stThemeDark THEN
IMG_Image = "image_claire.jpg"
END
Syntax <Result>: Integer constant Theme of the current device: | | stThemeDark | Dark theme is used. | stThemeLight | Light theme is used. | stThemeUnknown | The theme used is unknown. |
Component: wd300dotnet.dll
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|