|
|
|
|
MapPopupDisplayed (Function) In french: CartePopupAffichée
Not available
Indicates whether the popup of a marker in a Map control is displayed.
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. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|