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 interior width of a window.
WINDEVJava In the Windows operating system: This width does not include the border.
AndroidiPhone/iPad There are two cases to consider:
  • Maximized mobile windows: This width corresponds to the width of the window.
    This width is the same as the one returned by WinOutWidth.
  • Non-maximized mobile windows and popup windows: This width corresponds to the width of the window, excluding width of the border.
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
// Internal width of the "WIN_EditCustomer" window
ResInternalWidth = WinInWidth(WIN_EditCustomer)
Syntax
<Result> = WinInWidth([<Window used>])
<Result>: Integer
Internal 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 corresponds to an empty string (""), the internal width 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/26/2024

Send a report | Local help