ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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>.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.
<Window>.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.
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
nWDSetParentNext
Set the parent of the next window to open......
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
1
2
>