ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
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......
Link properties
When creating a link, you can simply specify the destination......
Outstanding progress bars
Simple or symmetric progress bar?...
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 Windows registry
Several WINDEV functions can be used to handle the Windows registry......
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
28. Site SEO
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
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......
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
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....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
WINDEV 2024
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
tapiRecord (Function)
Records the current communication as a".WAV" file.
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......