ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: popup window
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").
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Popup window
WINDEV allows you to open windows in popup format......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
WLanguage procedure called by OpenPopupAsynchronous
WLanguage procedure ("callback") called by OpenPopupAsynchronous after the popup window is closed.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
Drop-down button
The drop-down button expands: a context menu. a popup window....
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
<Menu>.Add (Function)
Adds an existing popup menu to the main menu of the current window.
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.