ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
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.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (context menu or drop-down menu).
MenuExist (Function)
Indicates whether a menu option exists in a menu.
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
Pop (Function)
Pops an element from a stack.
<Stack variable>.Pop (Function)
Pops an element from a stack.
Discover all the possibilities of pivot tables
Utilisation dans la classe docParagraphe - Accès en Lecture + Ecriture - Type : docMiseEnForme...
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
CalculatorButton (Property)
The CalculatorButton property is used to determine and indicate whether a Numeric or Currency Edit control has a button to display a popup calculator.
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......