ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Browser 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
BrowserHeight (Function)
In french: NavigateurHauteur
Returns the height (in pixels) of the client area where the page is displayed.
Example
// If there is not enough available size.
IF BrowserHeight() < 500 THEN
...
END
Syntax
<Result> = BrowserHeight()
<Result>: Integer
Height of client area in pixels.
Remarks
  • This height includes the possible scrollbars.
  • For a page displayed in an "iFrame" control, the returned height is the one corresponding to the dimension of the iFrame control.
Component: WDJS.DLL
Minimum version required
  • Version 22
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help