ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
HAlias (Example)
Usage example of the HAlias function
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Creating a window skin template
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Passing parameters
The parameters can be passed to a procedure......
HTMLToText (Function)
Converts an HTML string or buffer to text.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
The structure of the file for remote control
The management of remote control uses a file in INI format......
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Generative AI code generation
WLanguage's AI-powered assistant generates code suggestions as you type......
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......