ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
13. Print: Reports
WINDEV reports...
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
Check: Disk space by SNMP
The monitoring robot retrieves the available disk space via an SNMP agent......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Error 1021: The method of the class is not global
Error 1: Syntax error
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
GPSGetPosition (Function)
Retrieves information about the current device position.
Bitwise operators
The operations on binary values are performed......
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
2. Examples and components provided with WEBDEV