ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
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......
17. WLanguage: a simple and powerful language
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Principle of remote check
WEBDEV proposes several methods for deploying a dynamic site......
Code Editor control
The Code Editor control allows end users to write WLanguage code....
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
SCM: History search
History search allows you to perform an advanced search in the history of operations performed in the SCM......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
The TreeMap control
The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
I'm a Project Manager: How do I manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Webservice management functions
Webservice management functions...
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Typing multilingual texts
For a multilingual application, you have the ability to......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....