ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
2. Deploying a static site or a PHP site
1. Project and analysis
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
WINDEV Mobile concepts
The Site Map control
The Site Map control allows the Web user to......
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
ERR_BAD_CONTEXT_FOUND
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
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....
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Popup window
WINDEV allows you to open windows in popup format......
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
History of versions
The history of setup versions is an advanced feature of the network setup......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....