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
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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()
GaucheEcran is int = ExtractString(sRect, 1)
HautEcran is int = ExtractString(sRect, 2)
DroitEcran is int = ExtractString(sRect, 3)
BasEcran 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 + <X Maximum> + TAB + <Y Maximum>
  • The (X, Y) coordinates correspond to the upper-left corner of the screen.
  • X Maximum: Screen width or sum of screen widths
  • Y Maximum: Screen height or sum of screen heights
Component: wd300std.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/01/2024

Send a report | Local help