ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ProjectInfo (Function)
Returns specific information about the project currently run.
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
Constants used by the TraceStart function
List of constants used by the TraceStart function....
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
grIncreaseData (Function)
Adds a value to a data in a chart.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
Creating the Table pages of the WEBDEV RAD pattern
iPrintReport (External language)
Prints a report created with the report editor.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
SysYRes (Function)
Returns the vertical screen resolution.
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
Generating the RAD pattern
To generate a RAD pattern:...
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.