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.
Popup window
WINDEV allows you to open windows in popup format...
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
MapPopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
Window with arrow (iPad)
The principle of windows with arrow is straightforward...
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...
<Map>.PopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change...
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Creating links
Links help users navigate the help system......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write...
The formatted display control
...This control can be used to display dates, times and currency values while respecting...
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data...
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Creating the Form windows of a WINDEV RAD pattern
Creating the Vision windows of the WINDEV RAD pattern
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Events associated with Calendar controls
List of events associated with Calendar controls...
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates...
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio...
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help...
Windows
The windows represent the main interface of a WINDEV application......
The Navigation Bar control
...The Navigation Bar control is used to create a menu area that can easily adapt to the browser...
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu...
First project window