ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EndProgram (Function)
Ends the execution of the current program.
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
FaxConnect (Function)
Establishes a connection to a fax server.
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
<Image variable>.Fill (Function)
Colors an area in an Image variable.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
Error 42: Label out of scope of GOTO
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image variable>.VerticalSymmetry (Function)
Flips an image contained in an Image variable with respect to a vertical axis (symmetry with respect to a vertical axis).
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......