ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
13. Security advantage: "Back" button
Calculates the symmetric difference between a geographic polygon and another geometry....
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
xBase files: Limits
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
ERR_BAD_CONFIG
ERR_BAD_CONFIG: The configuration of the APPLICATION_NAME site is incorrect for the %s value....
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
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.
<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.
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.