ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Set of procedures
The global procedures are grouped in set of procedures...
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
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...
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Sharing elements with a WINDEV application
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Code history
The code history is used to......
Extracting the text of the project
The following text can be extracted......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Classes, members, methods and properties
A class is made of......
The "Analysis" pane
The "Analysis" pane lists......
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)......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Local procedure
Two types of procedures are available......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
1
2
3
4
5
6
93
>