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>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<WDPic variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified WDPic variable.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
<WDPic variable>.HorizontalSymmetry (Function)
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<picLayer variable>.VerticalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis).
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
ColorPalette (Function)
Returns a color found in the current palette.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
HTransactionFree (Function)
Transforms all "in transaction" records into "normal" records if they do not belong to a transaction currently in progress.
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....
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Customize the interface: move, enlarge or color controls
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.