ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, database schema, ......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access an HFSQL Classic database from an external database software that supports ODBC accesses......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Creating the Table pages of the WEBDEV RAD pattern
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Programming data-bound Table controls (prefix syntax)
Here's how to program Table controls linked to a table....
Project with multiple analyses
A single WINDEV, WEBDEV or WINDEV Mobile project can now use multiple analyses (data descriptions)......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
SCM: Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Manipulating Scheduler controls programmatically
A Scheduler control can be......
Format (Property)
The Format property is used to identify and change the format of an element
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
DB2 Native Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV database schema......
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Reorder the data displayed in your tables