ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Combo Box controls
List of events associated with Combo Box controls...
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......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
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....
dbgInfo (Function)
Returns a debug information.
iPrintReport (Function)
Prints a report created with the report editor.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Query editor
The query editor is used to automatically create queries on the data files......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
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......
Service variable
The Service variable is used to......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Rights on the virtual directory
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
Document (Type of variable)
The Document type is used to handle a "docx" document.