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 outer width of a window.
AndroidiPhone/iPad The outer width of a mobile window corresponds to the total width of the window.
In the case of maximized mobile windows, the width is the same as the one returned by WinInWidth.
Note: The WinOutWidth function is equivalent to the Width property (<Window>.Width).
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
// Width of the "WIN_EditCustomer" window
ResWidth = WinOutWidth(WIN_EditCustomer)
Syntax
<Result> = WinOutWidth([<Window used>])
<Result>: Integer
Width of the window (in pixels).
<Window used>: Optional window name or optional string
Name or alias of the window to be used. If this parameter is not specified or is an empty string (""), the width of the current window is returned.
Remarks
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