ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
1. WLanguage functions specific to WEBDEV
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
2. WLanguage functions specific to phones
A WINDEV Mobile HFSQL application can also operate in Client/Server mode....
Procedure WLanguage called by the function SensorDetectChangeAcceleration
Procedure (also known as "Callback") called by the SensorDetectChangeAcceleration function when the device's acceleration on one of its axes is detected....
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
ListDLL (Function)
Returns: runtime List of libraries (".DLL" files) used by the current WINDEV application, WINDEV Mobile or WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all libraries installed on the current workstation....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Journalized replication: Programming journalized replication in WLanguage
Several WLanguage functions allow you to include log-based replication in your application and to customize it......
14. Report templates
...Report templates are used to easily standardize report layouts....
13. Types of standard controls
Page templates
WEBDEV allows you to create page templates......
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......