ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
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......
Reactive procedures
Reactive procedures are executed when the value of a control or variable changes......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Compile (Function)
Dynamically compile a Procedure whose source code is supplied (dynamic compilation).
Share your projects via Git
Git is a source code manager......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
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)......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
1
2
3
4
5
6
522
>