ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MySQL Native Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
PostgreSQL Native Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
RGB (Function)
Defines a color from its Red, Green and Blue components.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image>.DrawText (Function)
Draws a text in an Image control.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc 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.
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......