ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Socket functions
List of functions for managing sockets
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
SocketAccept (Function)
Run on the server, this function accepts a connection request on an existing socket on the server machine.
SocketConnect (Function)
Connects a client computer to a given socket.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
SocketClose (Function)
Closes a socket or the connection to a server socket.
SocketRead (Function)
Retrieves a message sent by another socket.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets...
SocketDeny (Function)
Run on the server, this function refuses a connection request to an existing socket found on the server.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
SocketConfigure (Function)
Configures the use of Socket functions.
SocketExist (Function)
Checks if a socket already exists.
7. Multilingual applications in practice
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel....
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance...
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Optional connection information
When defining the connections in the data model editor or when defining the connections...
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
1
5
6
7