ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
<Map>.EndOfMove (Function)
Stops following the device movement in a Map control.
<Map>.ItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
<Map>.AddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
<Map>.AddItinerary (Function)
Adds an itinerary onto a Map control.
<Map>.InfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
<Spreadsheet>.Save (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
<Map>.DisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
<Map>.AddImage (Function)
Adds a new image to the map displayed in a Map control.
<Map>.DeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
<Map>.PopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
<Map>.ModifyImage (Function)
Modifies an image drawn on the map displayed in a Map control.
<Map>.LimitArea (Function)
Limits the geographic area 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.
<Map>.ChangeStyle (Function)
Changes the style of the map displayed in the Map control.
<Map>.GetStyle (Function)
Returns the style used by the map displayed in the Map control.
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
fExeDir (Function)
Returns the directory from which the execution is started.
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
HSetTrigger (Function)
Enables or disables the management of triggers.
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......