ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Telemetry: Key features
WEBDEV allows you to manipulate an iFrame control programmatically......
<Polygon2D variable>.Correct (Function)
Returns a corrected version of the specified 2D polygon.
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
<PolygonGeo variable>.IsValid (Function)
Checks whether the specified geographic polygon is valid according to the OGC rules.
SCM: Retrieving and Checking in all
When developing a project in the SCM, you may need to retrieve all the elements from the repository, or to check all the elements stored locally back into the repository......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Info (Function)
Displays a custom message in a system information window.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
zipDeleteFile (Function)
Deletes a file from an archive.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Print functions
List of print functions...
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
TableMode (Function)
TableMode is kept for backward compatibility.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Find/Replace in the current project
The "Find/Replace" feature is used to......