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.
GeometryArea (Function)
Calculates the area of a given geometry.
<Polygon2D variable>.Cross (Function)
Determines if a 2D polygon crosses another geometry.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
<PolygonGeo variable>.Area (Function)
Calculates the area of a polygon defined using geographic coordinates.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
SCM administrator: Merging repositories
By merging repositories, you can combine projects from several repositories into a single repository......
<ftpConnection variable>.Command (Function)
Sends a specific FTP command to a server. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
<TreeView>.Display (Function)
Refreshes a TreeView control from a given position.
Camera/Video functions (prefix syntax)
Database schema editor: Link description
The links are used to link the tables described in a database schema between themselves......
Database schema editor: the different types of links
There are different types of links between the tables......
<PolygonGeo variable>.Overlap (Function)
Determines if a geographic polygon overlaps another geometry.
<Polygon2D variable>.ConvexHull (Function)
Calculates the convex hull of the specified 2D polygon.
<Polygon2D variable>.Cover (Function)
Determines if geometry A (of type 2D polygon) covers geometry B.
GeometryDistance (Function)
Calculates the distance between two geometries.
<Polygon2D variable>.Contain (Function)
Determines if geometry A (of type 2D polygon) contains geometry B.
<Polygon2D variable>.Difference (Function)
Returns a geometry representing the difference between a 2D polygon and another geometry.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Video functions
List of video functions...
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
ReplicInfo (Function)
Returns information about a replication.