ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
<Image>.DrawText (Function)
Draws a text in an Image control.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
12. Universal replication
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
Body block
The Body block corresponds to the main block of the report......
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
<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....
iPreview (Function)
Configures the print destination.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....