ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating the menus for the pages of the WEBDEV RAD pattern
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
SocketWrite (Function)
Writes a message intended to another socket.
SocketClose (Function)
Closes a socket or a connection to a server socket.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
<Image>.Resize (Function)
Resizes an image in an Image control.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
Local procedure
Two types of procedures are available......
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.