ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
12. Control templates
...Control templates...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Accessibilité (Property)
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
7. Multilingual applications in practice
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Using .NET assemblies in a project
To use .NET assemblies in a project......
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
WINDEV applications for Linux: Specific features
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.