ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.ModifyLightness (Function)
Modifies the lightness of an image in an Image variable.
<Image variable>.ModifyHue (Function)
Changes the hue of an image in an Image variable.
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
ServerAddress (Property)
The ServerAddress property gets and sets the server address.
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Options tab
The project description window allows you to configure various elements of your project......
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Project description: Files tab
The project description window allows you to configure various elements of your project......
The Carousel control
The Carousel control is used to display an animated menu made of images......
16. Application test in practice
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......