ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
MapPopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...
<Map>.PopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
Window with arrow (iPad)
The principle of windows with arrow is straightforward...
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text...
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window,...
NewLine (Property)
with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup...
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
CalendarButton (Property)
... has a button to display a popup calendar.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu...
CalculatorButton (Property)
... control has a button to display a popup calculator.
InternalPagePopup (Property)
... to customize the content of marker popups in a Map control.
InternalWindowPopup (Property)
... to customize the content of marker popups in a Map control.
1
2
3
4
5
6
21
>