ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
HSendMessageToClient (Function)
Displays a message on the client computers.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Feedback component
The Feedback component is a component provided with WINDEV......
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
<Connection variable>.SendMessageToClient (Function)
Displays a message on the client computers.
<websocketClient variable>.Disconnect (Function)
Disconnects a client from a WebSocket server.
SocketConnect (Function)
Connects a client computer to a given socket.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
3. Application development cycle
Development cycle of a WINDEV application....
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
<websocketClient variable>.Send (Function)
Sends a message from the WebSocket server to the client.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......