|
|
|
|
|
InternalWindowPopup (Property) In french: FenêtreInternePopup
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. MAP_Map.InternalWindowPopup = "IW_Popup"
Syntax
Getting the internal window used to customize the marker popups in the Map control Hide the details
<Result> = <Map control>.InternalWindowPopup
<Result>: Character string - Name of the internal window used for the popup,
- Empty string ("") if the popup uses a default display.
<Map control>: Control name Name of the Map control to be used.
Modifying the internal window used to customize the marker popups in the Map control Hide the details
<Map control>.InternalWindowPopup = <New internal window>
<Map control>: Control name Name of the Map control to be used. <New internal window>: Character string - Name of the internal window used for the popup,
- Empty string ("") if the popup uses a default display.
Remarks - If a name of internal window has been specified for the InternalWindowPopup property, the internal window will be loaded each time a popup is displayed in the Map control. The Marker variable that corresponds to the displayed popup is passed to the "Global declarations" event of the internal window to open. This parameter is passed by reference and it is considered as being a variable global to the window.
- The specified internal window is opened in "display only" mode: the user cannot interact with the controls in the internal window.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|