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
Mouse functions
List of functions for mouse management
fImageSelect (Function)
Opens the image picker of Windows.
Clipboard functions
List of functions for managing the clipboard
Registry functions
List of functions for managing the registry
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
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
How to include secure payment in a WEBDEV website?
This help page explains how to add a secure payment into a WEBDEV website......
Native Access to SAP
SAP is a widely used ERP......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact...
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end...
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
The Static control
A Static control is a control used to display a static text......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind...
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming......
The Spreadsheet control
Spreadsheets are one of the most used office tools......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow...
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify...
WinEdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users...
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify...
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
Environment of code editor
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Managing semaphores in threads: limiting the concurrent execution of lines of code
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....