ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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 interior height of a window.
WINDEVJava In the Windows operating system, the interior height does not include the title bar or the border.
AndroidiPhone/iPad There are two cases to consider:
  • Maximized mobile windows with an Action Bar control and a system bar:
    • If the Action Bar control overlaps the other controls (style option), its height is ignored. The vertical height of the window starts below the system bar. In this case, WinInHeight returns the same result as WinOutHeight.
    • If the system bar overlaps the other controls (style option), its height is ignored. The interior height of the window starts at the top of the screen.
  • Non-maximized mobile windows and popup windows: This height corresponds to the height of the window without its border.
New in version 2025
Android This function is now available for Android applications.
iPhone/iPad This function is now available for iPhone/iPad applications.
Example
//Interior height of the "WIN_EditCustomer" window
ResHeight = WinInHeight(WIN_EditCustomer)
Syntax
<Result> = WinInHeight([<Window>])
<Result>: Integer
Interior height of the window (in pixels).
<Window>: Optional window name
Name or alias of the window to be used. If this parameter is not specified or if it is an empty string (""), the interior height 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: 11/14/2024

Send a report | Local help