ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SocketClose (Function)
Closes a socket or a connection to a server 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......
SocketCreate (Function)
Creates a socket.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
SocketExist (Function)
Checks the existence of socket.
SocketConfigure (Function)
Configures the use of Socket functions.
grBarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
<Chart>.BarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
<Chart>.ColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
SocketWrite (Function)
Writes a message intended to another socket.
SocketRead (Function)
Retrieves a message sent by another socket.
SocketConnect (Function)
Connects a client computer to a given socket.
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
Extern (Reserved word)
EXTERN is used to...
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
3. Managing sockets
WINDEV includes advanced socket management functions....