ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
<Image variable>.ModifyLightness (Function)
Modifies the lightness of an image in an Image 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.
<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
<Image variable>.ModifyHue (Function)
Changes the hue of an image in an Image variable.
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......
Name (Property)
The Name property is used to get the name of an element.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.