ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling the report blocks through programming
Each report block is associated with different events......
Events associated with Chart controls
List of events associated with the Chart controls...
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Events associated with Spin controls
List of events associated with Spin controls...
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
Background
The "Background" keyword can correspond to: the Background variable, the Background property of a docParagraph variable....
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
HCheckMemo keyword
The HCheckMemo keyword can correspond to: the HCheckMemo function. the hCheckMemo constant used by HIndex....
Continent (Property)
The Continent keyword can correspond to: a Continent variable. the Continent property of the Country variable....
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.