AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del sistema
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
SysScreenRectangle (Function)
In french: SysRectangleEcran
Returns the coordinates of the display rectangle corresponding to all the screens.
Example
Trace(SysScreenRectangle())
sRect is string = SysScreenRectangle()
ScreenLeft is int = ExtractString(sRect, 1)
ScreenTop is int = ExtractString(sRect, 2)
ScreenRight is int = ExtractString(sRect, 3)
ScreenBottom is int = ExtractString(sRect, 4)
Syntax
<Result> = SysScreenRectangle()
<Result>: Character string
Dimensions of the screen. These dimensions have the following format:
<X> + TAB + <Y> + TAB + <Maximum X> + TAB + <Maximum Y>
  • The (X, Y) coordinates correspond to the top left corner of the screen.
  • Maximum X: Width of the screen or sum of the widths of the screens
  • Maximum Y: Height of the screen or sum of the heights of the screens
Component: wd290std.dll
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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