ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Popup window
WINDEV allows you to open windows in popup format...
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.
MapPopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
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.
<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.
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
Window with arrow (iPad)
The principle of windows with arrow is straightforward...
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
Link properties
When creating a link, you can simply specify the destination......
WDXView : Use
This help page presents the different features of WDXView......
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard...
UI audit: Detect obsolete technologies
The lifecycle of some projects span several years......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current...
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner...
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify...
Magnetic mouse: automatically moving the cursor on the default button
The mouse cursor can be automatically positioned on the default button when the window is opened......
WinOutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left...
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left...
WinInXPos (Function)
Returns the horizontal position of the upper-left corner of the internal area (without border...
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements...
Customizing the User Groupware
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.