ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) programmatically.
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
Creating a model class
In MVP projects, you need to create a base class (MBase if you're using the RAD tool for MVP applications)......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Service management functions
List of functions for managing services...
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.
HDBIndex (Function)
Opens an xBase index file.
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....