ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
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)......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
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....
SOAPRun (Function)
Runs a procedure on a SOAP server.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
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......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
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......
Parameters of the procedure used by HReindexAsynchronous
WLanguage procedure ("callback") called by HReindexAsynchronous for each HFSQL Client/Server data file reindexed. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Reverse code modeling
The reverse code modeling allows you to view in a graph......
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
297
>