ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Link properties
When creating a link, you can simply specify the destination......
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......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
28. Site SEO
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Handling a control through programming in a report
All report controls can be handled through programming......
Hash functions
Hashing is used to summarize a file or a character string......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
DiagramToSVG (Function)
Exports a diagram to an SVG image.
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......