ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<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).
MarkdownToPDF (Function)
Converts a Markdown string (or buffer) to a buffer containing a PDF document.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
Handling an internal component
An internal component is a set of elements from a project......
4. Create a page in the editor...
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
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....
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....
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Handling a WinForm .Net control through programming
Error 1021: The method of the class is not global
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).