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)
MultiTask is used 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.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal...
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data...
Structure (Type of variable)
A structure is a custom type of data...
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator....
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according...
CursorDisplay (Function)
Displays or hides the mouse cursor.
BurnerErase (Example)
Usage example of the BurnerErase function
iPrintZone (Example)
Usage example of the iPrintZone function
HInfoServerRights (Example)
Usage example of the HInfoServerRights function
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera"...
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report...
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose...
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native...
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Title (Property)
The Title property is used to get and change the title of an element.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.