ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
<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.
<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.
<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: 06/22/2023

Send a report | Local help