ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
21. Managing business rules
Managing business rules...
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
Principle of remote check
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Manipulating Map controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
Printing in PDF format: Special cases
Specific features of print in PDF format...
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a WDPic variable.
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
<WDPic variable>.PixelColor (Function)
Identifies the color of a pixel contained in a WDPic variable.