ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Map functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
MapPopupDisplayed (Function)
In french: CartePopupAffichée
AjaxNot available
Indicates whether the popup of a marker in a Map control is displayed.
Example
MyMarker is Marker
 
IF MapPopupDisplayed(MAP_MyMap, MyMarker) THEN
...
END
Syntax
<Result> = MapPopupDisplayed(<Map control> , <Marker>)
<Result>: Boolean
  • True if the marker popup is displayed,
  • False otherwise.
<Map control>: Control name
Name of the Map control to be used. If this parameter corresponds to an empty string (""), the Map control to which the current event belongs will be used.
<Marker>: Marker variable
Name of the Marker variable for which we want to know whether a popup is displayed.
Remarks
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help