ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Wi-Fi functions
Functions for Wi-Fi management...
Iconize (Function)
Minimizes a WINDEV window.
<Window>.Iconize (Function)
Minimizes a WINDEV window.
Open (Function)
Opens a modal WINDEV window.
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
Restore (Function)
Displays a WINDEV window to its initial size.
Maximize (Function)
Displays a WINDEV window in its maximum size.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Internal window management functions
The following functions are used to manage the "Internal windows" controls......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.