ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
<Image>.ModifyHue (Function)
Changes the hue of an image in an Image control.
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
ColorHue (Function)
Calculates the hue of a color.
ColorLightness (Function)
Calculates the lightness of a color.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
MySQL Native Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
PostgreSQL Native Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
gpwInLDAPMode (Function)
Determines whether users will authenticate to the User Groupware using an LDAP directory.
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.