ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Font management properties
List of font management properties...
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 Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Bar code constants
Phone management functions
List of functions for phone management...
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
The "Find - Replace" pane
The "Find - Replace" pane is used to......
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project......
Constants for managing fonts
List of constants used by the functions for font management....
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
Multi-project search
Performing a search in the current project is a common operation......
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....
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......