ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
<Image>.DrawText (Function)
Draws a 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.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
HTTP functions (prefix syntax)
List of HTTP functions...
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
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......
Drawing constants
List of constants used by the drawing functions....
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
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....
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
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......
Image drawing and processing functions
List of image drawing and processing functions...
fExeDir (Function)
Returns the directory from which the execution is started.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
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.