ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
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......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
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......
Body block
The Body block corresponds to the main block of the report......
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.
Handling Spreadsheet controls programmatically (in a report)
<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.
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
ComponentLocate (Function)
Specifies the access path to an external component of project.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Handling Spreadsheet controls programmatically (in a window) (prefix syntax)
A Spreadsheet control found in a window can be handled through programming......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
WEBDEV Application Server - 10 connections - License agreement
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......