ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
Example
// Position verticale de la fenêtre "FEN_SaisieClient" par rapport à l'écran
ResPosV = WinOutYPos(FEN_SaisieClient)
Syntax
<Result> = WinOutYPos([<Window>])
<Result>: Integer
Returns the vertical position or Y-coordinate (in pixels) of the upper-left corner of the window in relation to the upper-left corner of the screen.
<Window>: Optional window name
Name or alias of the window to be used. If this parameter is not specified or is an empty string (""), the vertical position of the current window is returned.
Component: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/15/2025

Send a report | Local help