ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
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
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
Remark: The WinOutYPos function is equivalent to the Y property (<Window>.Y).
Example
// Vertical position of the "WIN_EditCustomer" window in relation to the screen
ResVPos = WinOutYPos(WIN_EditCustomer)
Syntax
<Result> = WinOutYPos([<Window>])
<Result>: Integer
Returns the vertical position or Y coordinate (in pixels) of the top left corner of the window in relation to the top 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 if it corresponds to an empty string (""), the vertical position of the current window is returned.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help