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...
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
11. User Macro-Code: UMC in practice
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Managing assertions
...The main available features are as follows:...
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
Operations performed on use case diagrams
The following paragraphs explain......
Operations performed on deployment diagrams
The following paragraphs explain......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Composite variable
A composite variable contains different types of elements (members)...
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......