ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDBIndex (Function)
Opens an xBase index file.
hbGetTableDescription (Function)
Retrieves the description of an HBase table.
hbListTable (Function)
Retrieves the list of tables found on an HBase server.
HBase functions
The following functions are used to manage HBase databases:...
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
xBase files: Limits
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
hbWrite (Function)
Writes cells (values of items) to one or more rows (records) in an HBase table.
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
ERR_SESSION_CLOSED
gpwBiometricAuthentication (Function)
Enables biometric authentication for the connected user or retrieves the current status for the connected user.
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......
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
hbResultScan (Type of variable)
The hbScanResult type is used to define all the advanced characteristics of the result of an iteration performed in an HBase database.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
hbCell (Type of variable)
The hbCell type is used to define the advanced characteristics of the content of a cell (item value) in an HBase table.
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.
NetworkUser (Function)
Identifies the name of the connected user.
SaaSChangePassword (Function)
Changes the password of the connected user.
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
1
2
3
4
5
6
128
>