ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Native Access to SAP
SAP is a widely used ERP......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
4. When to use the debugger?
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Error 4: A space is required after the ':' character
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Buffer (Keyword)
The Buffer keyword can correspond to...
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
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)......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
SQL view
An SQL view is a virtual data source defined by an SQL query......
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....