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.
1. Examples provided with WINDEV Mobile
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user...
End of break block
The End of break block is optional......
The Image control
The Image control is used to......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact...
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...
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end...
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......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Installing the HFSQL Server module
Cherche les éléments d'un noeud HTML correspondant à une balise....
Specific features of the Express version
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different...
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....