ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
HCopyRecord (Example)
Usage example of the HCopyRecord function
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
Including the code
You want to include your code lines in a condition, in a structure, ......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Title (Property)
The Title property is used to get and change the title of an element.
Constants for telemetry management
Constants for telemetry management...
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......