ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HDeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
<Connection variable>.DeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
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......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
1
2
3
4
5
6
144
>