ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Instant spotting of modified code/current code
The modified lines of code are immediately visible......
18. Management of business rules
Principle of remote check
21. Managing business rules
Managing business rules...
Compilation options (HLP format)
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Page with parameters
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Looper controls populated programmatically: Operations in WLanguage (prefix syntax)
Here is an overview of how to handle Looper controls populated programmatically in WLanguage...
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Recompiling the project
The project compilation is a process used to......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......