ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
SocketClose (Function)
Closes a socket or a connection to a server socket.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
Drawing constants
List of constants used by the drawing functions....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
Image drawing and processing functions
List of image drawing and processing functions...
HTMLToRGB (Function)
Converts the HTML color into RGB color.
HTTP functions (prefix syntax)
List of HTTP functions...
WINDEV 2024 Tutorial - Table of contents
HSL (Function)
Creates a color from its hue, saturation and lightness.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Organization chart linked to a data file
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
SocketExist (Function)
Checks the existence of socket.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.