ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
Describing an element
A flexible modeling includes different elements linked together......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Spain.CheckNIF (Function)
Checks the validity of a NIF number (company identification number in Spain).
ERR_MISSING_PAGE
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
11. External component
.NET object
To access a class......
Error 2: Incomplete line
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
HDescribeConnection (Function)
Describes a new connection to an external database.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
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....