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.
SocketExist (Function)
Checks if a socket already exists.
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...
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
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.
SocketDeny (Function)
Run on the server, this function refuses a connection request to an existing socket found on the server.
Thread functions
List of functions for managing threads...
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print...
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection...
ServiceWait (Function)
Pauses the current service during the specified duration.
HTTPRequest (Function)
Starts an HTTP request on a server.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Push notification
A mobile device can receive push notifications......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy...
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site...
1
3
4
5
6
7
>