ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
<picLayer variable>.Background (Function)
Declares the default background color for rectangles, circles, ... used in a variable of type picLayer.
<WDPic variable>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in a variable of type WDPic.
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
<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....
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
<Component>.Load (Function)
Loads an external component independent of the current project.
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<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.
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.