ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
<Map>.DeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
MapPopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
<Map>.PopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
<Map>.AddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
Share your projects via Git
Git is a source code manager......
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
<Map>.GetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
MapGetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
Including the code
You want to include your code lines in a condition, in a structure, ......
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
InternalPagePopup (Property)
The InternalPagePopup property is used to get and modify the name of the internal page used to customize the content of marker popups in a Map control.
InternalWindowPopup (Property)
The InternalWindowPopup property is used to get and modify the name of the internal window used to customize the content of marker popups in a Map control.
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
1
2
3
4
5
6
37
>