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.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical...
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables...
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found...
HAddUser (Function)
Adds a user to a database.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via...
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined...
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values...
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified...
XMLDocument (Function)
Creates a new XML document.
ArrayCopy (Function)
Copies the content of an array to another array.
fUnlock (Function)
Entirely or partially unlocks an external file.
HUpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis...
BTLEGetAllCharacteristics (Function)
Retrieves all the characteristics (with the same identifier) associated with a BLE service.
MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Date (Type of variable)
The Date type enables you to easily handle the dates...
HPrevious (Function)
Positions on the previous file record according to a browse item.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....