ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
CaptionIfNew (Property)
The CaptionIfNew property gets and sets the caption of a pane opened by the end user in a Dynamic Tab control.
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Error 809: The * character cannot be used as mandatory parameter in a function
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....
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
Segmented Button control
The Segmented Button control can be understood as a set of ON/OFF buttons grouped together in a single control......
The Flash control
The Flash control is used to display a Flash® animation in a WEBDEV page......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
User Control Center: Administration of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
Status bar of windows
The status bar of a window is used to display several types of information......
Docusign: Electronic signature
It is now common for individuals or businesses to sign contracts electronically......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).