ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Miscellaneous Windows functions
List of miscellaneous Windows functions
Windows Scheduler functions
List of functions for managing the scheduler
Speech recognition functions
The following functions are used to manage speech recognition:
SNMP functions
List of SNMP functions
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area...
Service functions
List of functions for managing services
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
Registry functions
List of functions for managing the registry
fImageSelect (Function)
Opens the image picker of Windows.
Mouse functions
List of functions for mouse management
Clipboard functions
List of functions for managing the clipboard
SysWindowsAccentColor (Function)
Returns the Windows accent color.
fSelectDir (Function)
Opens a directory picker.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
Multitask (Function)
MultiTask is used to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
NetworkUser (Function)
Identifies the name of the connected user.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
Recycle bin functions
List of functions for managing the recycle bin
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template...
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display...
<Window>.OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
<Window>.CurrentLayout (Function)
Returns the index of the current layout in the window or internal window.
<Window>.ChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
<Window>.EdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users...
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end...
<Window>.EdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users...
<Window>.EdActive (Function)
in a window (or internal window). enable or disable the "Allow end users to modify the UI" option...
<Window>.EdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdRestore (Function)
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option...
<Window>.EdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow...
<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify...
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify...
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Properties associated with a window
List of properties associated with a window...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.