ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by PopupDisplayPage
WLanguage procedure ("callback") called by PopupDisplayPage after the popup page is closed.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
MenuDelete (Function)
Deletes a menu or a menu option.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
GalleryPopupDisplayed (Function)
Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
Popup control properties
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
WLanguage procedure called by SelectColor
Browser WLanguage procedure ("callback") executed by SelectColor when the color selection popup is closed.
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<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").
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......