ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
ButtonType (Property)
The ButtonType property is used to get and change the type of a Button control: Cancelation, Interruption, Validation, ...
ShapeExtremityEnd (Property)
The ShapeExtremityEnd property is used to identify and change the type of shape used for the end of a Wire control.
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
SQL functions: Special case
List of SQL functions: Special case...
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
<Chart>.CategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
Passing parameters
The parameters can be passed to a procedure......
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
2. Static or dynamic site
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
InApp constants