ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
InternalPagePopup (Property)
In french: PageInternePopup
The InternalPagePopup property is used to get and modify the name of the internal page used to customize the content of marker popups in a Map control.
Example
MAP_Map.InternalPagePopup = "IPAGE_Popup"
Syntax

Getting the internal page used to customize the marker popups in the Map control Hide the details

<Result> = <Map control>.InternalPagePopup
<Result>: Character string
  • Name of the internal page 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 page used to customize the marker popups in the Map control Hide the details

<Map control>.InternalPagePopup = <New internal page>
<Map control>: Control name
Name of the Map control to be used.
<New internal page>: Page name
  • Name of the internal page used for the popup,
  • Empty string ("") if the popup uses a default display.
Remarks
  • If a name of internal page has been specified for the InternalPagePopup property, the internal page 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 page to open. This parameter is passed by reference and is considered as a variable global to the page.
  • The specified internal page is opened in "display only" mode: the user cannot interact with the controls in the internal page.
Minimum version required
  • Version 26
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help