ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Popup control properties
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Handling a Popup control through programming (prefix syntax)
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
GalleryPopupDisplayed (Function)
Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
InternalPagePopup (Property)
The InternalPagePopup property is used to get and modify the name of the internal page used to customize the content of marker popups in a Map control.
InternalWindowPopup (Property)
The InternalWindowPopup property is used to get and modify the name of the internal window used to customize the content of marker popups in a Map control.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Popup window
WINDEV allows you to open windows in popup format......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
8. If you are already familiar with WINDEV
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
<Popup>.Animate (Function)
Displays a popup in a page cell.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
PopupAnimate (Function)
Displays a popup in a page cell.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
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 the browser scrollbar......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
MapPopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.