ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure....
Remote WEBDEV administrator: Managing statistics
The remote WEBDEV administrator proposes a module for consulting the statistics regarding the traffic of your dynamic WEBDEV sites (standard and AWP) and Webservices deployed on a WEBDEV Application Server....
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
TreeDisplay (Function)
Refreshes a TreeView control from a given position.
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application......
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage User Groupware files in Client/Server mode....
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Binding controls to data
A window or page can display information from......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
How to manage enumerations programmatically?