ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPreview (Function)
Configures the print destination.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
Nation (External language)
Defines the display language for the titles, captions, messages...
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
iParameterReport (Function)
Configures the printer by opening the configuration window.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Events associated with the project
List of events associated with the project...
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
DriveRecoverFileGgl (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
Google Contacts management functions
List of functions for managing Google contacts...
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
PDFPassword (Function)
Protects a PDF document with a password.
14. Managing the "Back" button in practice