ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Procedure/Function
A procedure is used to associate an identifier with a statement block......
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....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
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")....
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......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures......
Using Java code
You have the ability to enter 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.
OnHide (Property)
The OnHide property allows you to define a procedure to be called when the bottom sliding window associated with the current window is hidden. This new property is available from WINDEV Suite SaaS 2025 Update 2....
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......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
1
2
3
4
5
6
522
>