ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Socket management functions
List of functions for managing sockets...
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image>.DrawText (Function)
Draws a text in an Image control.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
HTTP functions (prefix syntax)
List of HTTP functions...
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
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......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Drawing constants
List of constants used by the drawing functions....
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
SocketDeny (Function)
Run on the server, this function refuses a request for connection 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.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
Image drawing and processing functions
List of image drawing and processing functions...