AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del sistema
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
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.
Ejemplo
// Affichage d'une image claire si le thème sombre est affiché
IF SysTheme() = stThemeDark THEN
IMG_Image = "image_claire.jpg"
END
Sintaxis
<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.
Componente: wd290dotnet.dll
Versión mínima requerida
  • Versión 16
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/02/2024

Señalar un error o enviar una sugerencia | Ayuda local