ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
XML management: Use example
This application example manages an XML file named "Orders......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<zipArchive variable>.StartAddingFile (Function)
Declares the start of the optimized addition of files to a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
zipStartAddingFile (Function)
Declares the start of the optimized addition of files to a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
15. Repeating a group of controls: loopers
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Filtering a table, a view or a query
A filter is used to define through programming a selection of records corresponding to one or more criteria......
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Manipulating iFrame controls programmatically
WEBDEV allows you to manipulate an iFrame control programmatically......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......