ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
11. Window templates
WINDEV Mobile allows you to create window templates....
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
The "Analysis" pane
The "Analysis" pane lists......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Managing assertions
...The main available features are as follows:...
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
On/Off button in a window
The on/off button is a button that operates like a check box......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Setup mode
Several methods can be used to distribute a WINDEV application......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
WINDEV: Example of programmed Drag and Drop
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......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
Report data source
...The reports can be created with the data coming from:...
13. Print: Reports
WINDEV reports...
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......