ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
grSaveImage (Function)
Saves the image of a chart in an Image variable.
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
PicCreate (Function)
Creates an image in the Image Editor control.
<Image>.ModifyHue (Function)
Changes the hue of an image in an Image control.
<Image variable>.ModifyHue (Function)
Changes the hue of an image in an Image variable.
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.
PicOpen (Function)
Opens an image in an Image Editor control.
<Image variable>.ModifyLightness (Function)
Modifies the lightness of an image in an Image variable.
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
PicClose (Function)
Closes the image found in an Image Editor control.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.
<Image>.ModifyContrast (Function)
Changes the contrast of an image contained in an Image control.
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable.
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable.
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......