ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
15 results for: popup window
Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
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.
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").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
<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.
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, ......