ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
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......
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
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)......
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.
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
hbDeleteTable (Function)
Deletes an HBase table.
HDBIndex (Function)
Opens an xBase index file.
hbGetTableDescription (Function)
Retrieves the description of an HBase table.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
hbListTable (Function)
Retrieves the list of tables found on an HBase server.
HDBOpen (Function)
Opens the xBase table and the "memo" file if it exists.
HDBCreation (Function)
Ends the description of the structure of an xBase table programmatically.
HBase functions
The following functions are used to manage HBase databases:...