AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
MAP_Map.InternalPagePopup = "IPAGE_Popup"
Sintaxis

Getting the internal page used to customize the marker popups in the Map control Ocultar los detalles

<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 Ocultar los detalles

<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.
Observaciones
  • 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 "view only" mode: no user interaction is possible in the internal page fields.
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local