ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
<picLayer variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a picLayer variable.
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
<picLayer variable>.PixelColor (Function)
Identifies the color of a pixel contained in a picLayer variable.
<WDPic variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a WDPic variable.
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
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....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
Repositionable Note functions
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<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.
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<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).
ColorHue (Function)
Calculates the hue of a color.