ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user.
Popup window
WINDEV allows you to open windows in popup format...
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...
Window with arrow (iPad)
The principle of windows with arrow is straightforward...
MapPopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
<Map>.PopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
11. Popup page
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
<Popup>.Animate (Function)
Displays a popup in a page cell.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Popup control properties
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls...
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Handling a Popup control through programming (prefix syntax)
The popup being a control of the page, you have the ability to access: the page controls...
PopupAnimate (Function)
Displays a popup in a page cell.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
GalleryClosePopup (Function)
Closes the automatic zoom popup for the image gallery.
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
1
2
>