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.
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties...
grSourceSeries (Function)
Defines the source of a series.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file...
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
grRaised (Function)
Used to display a chart with raised effect.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error...
Print functions
List of print functions...
API (Example)
Usage example of the API function
ControlClone (Function)
Creates a new control from an existing control.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
CallDLL32 (Example)
Usage example of the CallDLL32 function
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize...
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable...
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called...
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project...
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones...
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV...
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation...