ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
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.
<Map>.PopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
<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.
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...
Window with arrow (iPad)
The principle of windows with arrow is straightforward...
<Window>.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).
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.
CalculatorButton (Property)
... control has a button to display a popup calculator.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu...
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.
How to open a window?
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped...
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations...
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate...
AAF: File Path edit controls
Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format...
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes...
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Drop-down button
The drop-down button expands: a context menu. a popup window....
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves...
Including a supercontrol in a window or in a page
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications...
1
2
3
4
5
6
15
>