ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<Drive variable>.ListFile (Function)
Lists the files in a cloud-based drive directory.
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
DriveListFile (Function)
Lists the files in a cloud-based drive directory.
HFSQL Client/Server: Backing up databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
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.
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
Start of Document block
The Start of document block is printed once at the beginning of the report execution......