ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
MaxZoom (Property)
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
MinZoom (Property)
The MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
What is an application?
An application is a set of objects (windows, controls, ......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Customize your charts: type, color, legends, etc.
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
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....
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
<gglConnection variable>.ListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......