ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
fSelectDir (Function)
Opens a directory picker.
fImageSelect (Function)
Opens the image picker of Windows.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
Speech recognition functions
The following functions are used to manage speech recognition:
Multitask (Function)
The Multitask function allows you to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
Clipboard functions
List of functions for managing the clipboard
NetworkUser (Function)
Identifies the name of the connected user.
SysWindowsAccentColor (Function)
Returns the Windows accent color.
Mouse functions
List of functions for mouse management
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
OpenChild (Function)
Opens a non-modal child window.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
OpenSister (Function)
Opens a non-modal sibling window.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.
ErrorBuild (Function)
Displays a custom error message in a system error window.
Error (Function)
Displays a custom error message in a system error window.
Extracting the text of the project
The following text can be extracted......
Generating a library
Generating a library consists in selecting the elements handled by this application (windows,...
Z-index of a control
All the controls in a window or report have a different z-index......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows...
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible"...
How to develop a site for Linux?
... for Windows....
GDI+ framework
Some WINDEV features use the GDI+ framework......
UndockablePane (Property)
of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes...
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page....
Events associated with Button controls
List of events associated with Button controls...