ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketClose (Function)
Closes a socket or a connection to a server socket.
NotifListCategory (Function)
Lists the notification categories of the application.
Socket management functions
List of functions for managing sockets...
SocketWrite (Function)
Writes a message intended to another socket.
Fax constants
List of constants used by the functions for managing faxes....
HTTP functions (prefix syntax)
List of HTTP functions...
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.
<Image>.ModifyHue (Function)
Changes the hue of an image in an Image control.
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
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......