ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

saasPricing (Variable type)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
SaaSAdminConfigureSMTP (Function)
Configures the SMTP session associated with the administrator account of a SaaS session.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
SaaSAdminSiteConnection (Function)
Returns the connection to the common database or to the reference database of the SaaS site.
saasService (Variable type)
The saasService type is used to define the advanced characteristics of a SaaS service.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
<Array>.UnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
saasUser (Type of variable)
The saasUser type is used to define the advanced characteristics of a user of SaaS site.
saasSite (Type of variable)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV site.
Error 1035: A class used in a structure must have a constructor without parameter...
Error 1036: A class used in an array must have a constructor without parameter
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.