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 the client area of a window in relation to the upper-left corner of the screen.
WINDEVJava The border and title bar are ignored. For example:
AndroidiPhone/iPad Returns the height of the system bar and Action Bar control.
Action Bar control and system bar:
  • If the Action Bar control overlaps the other controls (style option), its height is ignored.
  • If the system bar overlaps the other controls (style option), its height is ignored.
New in version SaaS
Android This function is now available for Android applications.
iPhone/iPad This function is now available for iPhone/iPad applications.
Example
// Vertical position of the internal area of the window named "WIN_EditCustomer"
ResVPos = WinInYPos(WIN_EditCustomer)
Syntax
<Result> = WinInYPos([<Window>])
<Result>: Integer
Vertical position or Y-coordinate (in pixels) of the upper-left corner of the internal area of the window in relation to the upper-left corner of the screen.
AndroidiPhone/iPad Height of the system bar and Action Bar control.
<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 internal area 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: 06/27/2024

Send a report | Local help