ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
12. Universal replication
13. Universal replication
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
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, ......
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......
16. Types of code
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Creating the windows and the pages of the RAD pattern
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
.NET object
To access a class......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Creating index keywords
Index keywords allow users to easily find a help page......
7. Multilingual sites in practice