ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Voice commands in your applications
The applications that you develop can react to the user's voice......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Native DB2 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 analysis......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
13. Types of standard controls
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
New (Reserved word)
New is used to allocate memory space...
1. Project and analysis
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Creating the menus for the pages of the WEBDEV RAD pattern