ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MySQL Native Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
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......
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Extracting the text of the project
The following text can be extracted......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
HCloseConnection (Example)
Usage example of the HCloseConenction function
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Creating a Java archive
When your Java application is developed, you can......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Extern (Reserved word)
EXTERN is used to...
Date (Type of variable)
The Date type enables you to easily handle the dates...
1. Examples provided with WINDEV Mobile
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Generating an application for Universal Windows 10 App