ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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.
IBANValid (Function)
Checks the validity of an International Bank Acount Number (IBAN).
<Source>.SetPosition (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.
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
12. Preventing from going back to a page
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, ......
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Common project
Projects are often cross-platform......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
12. Universal replication
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
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.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
AppleTrackingAuthorizationStatus (Function)
Determines if the app has been allowed to track activity based on user data (iOS only).