ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Aliases on data files: HAlias
The aliases are used to handle......
Merging differences (SCM)
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
14. Generation modes
Generation modes...
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
Currencies
A currency is a real coded on 10 bytes....
Error 31: The file to include is not found. Check the name and path ...
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Link properties
When creating a link, you can simply specify the destination......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
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......
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......
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....
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Handling a control through programming in a report
All report controls can be handled through programming......
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......