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.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long...
fExeDir (Function)
Returns the directory from which the execution is started.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
CompositeKey (Property)
The CompositeKey property determines if an item is a composite key.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed...
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
BurnerEject (Function)
Opens or closes the door of current burner.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema...
LooperDelete (Function)
Deletes a row from a Looper control.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls...