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.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
LooperSelectMinus (Function)
Deselects a row in a Looper control.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop....
ThreadPause (Function)
Pauses the current thread during the specified duration.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
Memo (Property)
The Memo property is used to determine if an item is of type memo.
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file...
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status...
LooperInsertLine (Function)
Inserts a row into a Looper control.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date...
HSL (Function)
Creates a color from its hue, saturation and lightness.
Execute (Function)
Starts the execution of a process through programming.
rssInitialize (Function)
Loads a RSS stream in memory.
Multiline Zone control functions
Functions for handling Multiline Zone controls....
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process...
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
DateDifference (Function)
Calculates the number of days between two dates.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
LooperSelectPlus (Function)
Selects a row in a Looper control.
fSeek (Function)
Gets and sets current position in an external file.