ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
5. User Groupware in practice
2. User-friendly editors in practice
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
<Map>.ModifyMarker (Function)
Modifies a marker displayed in a Map control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Map>.DeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
<Map>.DeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
<Map>.DeleteItinerary (Function)
Deletes an itinerary from a Map control.
<Map>.FollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
<Map>.GetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
7. Multilingual sites in practice
<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.
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Breadcrumb>.DeleteAll (Function)
Deletes all links from a Breadcrumb control.
<Breadcrumb>.DeleteLink (Function)
Deletes a link from a Breadcrumb control.
<Combo box>.Close (Function)
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box).
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
<List Box>.Seek (Function)
Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control (including the values described by gLink).
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
<List Box>.SelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
<List Box>.Delete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.