ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
MatFloatAdd (Function)
Adds a value to each matrix element.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Runtime error management functions
List of functions for managing runtime errors...
XMLResult (Function)
Returns the result of a calculation XPath query.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
ErrorThrow (Function)
Throw a non-fatal error.
Software license agreement
WINDEV Express license agreement...
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
CharactType (Function)
Returns information about the type of character.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Socket management functions
List of functions for managing sockets...
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
MyParent (Reserved word)
MyParent is used to handle...