ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
PageChangeLayout (Function)
Applies a specific layout to a page.
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
tapiBlindTransfer (Function)
Performs a "blind" transfer.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
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......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
12. Universal replication
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......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
<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.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...