ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Variable scope
Variables can be declared anywhere in the code....
<Document variable>.Save (Function)
Saves a document as a "docx" file.
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Telemetry management functions
The following functions are used to manage the telemetry:...
Constants for telemetry management
Constants for telemetry management...
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Position (Function)
Finds the position of a specified string within another string.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Print modes of a report
Several print modes are available for a report....
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
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....
11. Window templates
WINDEV Mobile allows you to create window templates....
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
<docFragment variable>.Insert (Function)
Replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
ERR_LAUNCH_FAILED
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
3. Managing sockets
WINDEV includes advanced socket management functions....
9. Application menus
Menus are displayed in different ways......
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
DocSave (Function)
Saves a document as a "docx" file.
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.