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.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie,...
Right (Function)
Extracts the last characters from a string or string buffer.
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
HToItem (Function)
Assigns the specified value to an item of the current record.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's...
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
iPageNum (Function)
Returns or initializes the number of the page currently printed.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline...
Arithmetic operators
The arithmetic operators are......
Time (Type of variable)
The Time type is used to easily handle the times...
Constants for managing projects
List of constants used by the functions for managing projects....
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++...
HTTPRequest (Function)
Starts an HTTP request on a server.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Manager of automated tests
The test manager is used to......
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
iColumnEnd (Function)
Forces a column break in a multi-column report.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.