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 específicas para móviles / Funciones de teléfono
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Returns the type of screen on which the application is running: phone, tablet, computer or watch.
Remarks:
  • Android To find out the exact size of the diagonal of the screen, use ScreenSize.
  • In simulator mode, the type of screen corresponds to a computer screen.
Ejemplo
// Si l'application est sur un grand écran (tablette ou PC)
IF ScreenType() IN (stTablet, stComputer) THEN
	...
END
Sintaxis
<Result> = ScreenType()
<Result>: Integer constant
Type of screen:
teComputerComputer screen (diagonal greater than 13 inches).
tePhonePhone screen (diagonal included between 2 and 7 inches).
teTabletTablet screen (diagonal included between 7 and 13 inches).
teWatchWatch screen (diagonal less than 2 inches).
Componente: wd300android.aar
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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