ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Close (Function)
Closes a WINDEV window (and returns a value if necessary).
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
InfoBuild (Function)
Displays a custom message in a system information window.
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Configuring an application with User Groupware
Sum (Function)
Calculates the sum of the array elements.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
TableMode (Function)
TableMode is kept for backward compatibility.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Debugging constants
List of constants used by the debugging functions...
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Global and local variable
Two types of variables are available......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......