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
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
11. Window templates
WINDEV Mobile allows you to create window templates....
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
<Window>.OutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left...
<Window>.InHeight (Function)
Returns the interior height of a window (without title bar and border).
<Window>.WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items...
<Window>.OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow...
<Window>.EdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
Enlarging a window or page
Modern UIs generally use larger windows, pages and fonts......
<Window>.EdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdActive (Function)
in a window (or internal window). enable or disable the "Allow end users to modify the UI" option...
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display...
7. Window templates
...Window templates...
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items...
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV...
<Window>.Iconize (Function)
Minimizes a WINDEV window.
Spreadsheet control in a window
to include a spreadsheet in your WINDEV windows....
Properties associated with a window
List of properties associated with a window...
Window (External language)
Returns the number of windows opened at a given time.
<Window>.OutWidth (Function)
Returns the full width of a window.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......