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
<Element>.ExecuteRefreshUIImmediately executes the "Request for refreshing the display" event of the given element.
<Element>.RequestRefreshUIRequests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
<Page>.OpenChildOpens a non-modal child window.
<Window>.ChangeLayoutApplies a specific layout to:
  • a window.
  • an internal window.
<Window>.CurrentLayoutReturns the index of the current layout in the window or internal window.
<Window>.EnableDDWEnables or disables the Dim Disabled Window (DDW) feature for a specific window:
<Window>.IconizeMinimizes a WINDEV window.
New in version 2025
<Window>.InHeight
Returns the interior height of a window (without title bar and border).
New in version 2025
<Window>.InWidth
Returns the interior width of a window (without borders).
New in version 2025
<Window>.InXPos
Returns the horizontal position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen.
New in version 2025
<Window>.InYPos
Returns the vertical position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen.
<Window>.MaximizeDisplays a WINDEV window in its maximum size.
<Window>.OpenOpens a modal WINDEV or WINDEV Mobile window.
<Window>.OpenAsynchronousOpens a window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenMobileWindowOpens a window in a mobile application.
<Window>.OpenPopupAsynchronousOpens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPositionOpens a popup window by specifying its opening position and waits until it is closed.
New in version 2025
<Window>.OutHeight
Returns the full height of a window.
New in version 2025
<Window>.OutWidth
Returns the full width of a window.
New in version 2025
<Window>.OutXPos
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
New in version 2025
<Window>.OutYPos
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
<Window>.RestoreDisplays a WINDEV window to its initial size.
<Window>.WindowBitmapCreates the image of the specified window in a BMP file.
<Window>.WinRedrawImmediately redraws the window controls for which a graphic update is required.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/26/2024

Send a report | Local help