ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
1. Project and analysis
Connected devices: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
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 ......
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......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, database schema, ......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
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....
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Summary table: Installing a WINDEV application
One major step when developing an application is deploying the application to client computers......
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
WINDEV 2024 Tutorial - Table of contents
WEBDEV 2024 Tutorial - Table of contents
Events associated with the Pivot Table control
WEBDEV 2025 Tutorial - Table of contents
Positions at the end of media file played in the Multimedia control.
Secret string vault
Passwords, private keys and tokens are often used in programming......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Programming data-bound Table controls (prefix syntax)
Here's how to program Table controls linked to a table....
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......