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.
grGetData (Function)
Retrieves a data from a chart.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
WordCount (Function)
Returns the number of words in a string.
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON...
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
Looper control functions
List of functions for managing Looper controls...
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
HAlias (Example)
Usage example of the HAlias function
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
WordToArray (Function)
Fills an array with the words from a string.
ControlToSource (Function)
Assigns the control value to the source of a control link.
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
DnD constants
List of constants used by the functions for managing the Drag and Drop....
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.