ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
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....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
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.
<websocketClient variable>.Disconnect (Function)
Disconnects a client from a WebSocket server.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
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)......
<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.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
<websocketClient variable>.Send (Function)
Sends a message from the WebSocket server to the client.
WebSocketListConnectedUser (Function)
Lists the clients connected to the WebSocket server.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
1
2
3
4
5
6
49
>