ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
11. Table/Looper controls
4. HFSQL Classic
12. Universal replication
11. Table/Looper controls
13. Universal replication
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
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......
Handling Spreadsheet controls programmatically (in a report)
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Warning 124: Shadowing a global variable
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....