ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
RGB (Function)
Defines a color from its Red, Green and Blue components.
<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......
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
ERR_NO_PAGE
Handling Spreadsheet controls programmatically (in a report)
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
Body block
The Body block corresponds to the main block of the report......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Font (Function)
Declares the font that will be used by dText 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.