ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WavPlay (External language)
Plays the requested sound.
WDEnd (External language)
Ends a program that is using WINDEV.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
WavInit (External language)
Initializes the sound interpreter.
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
ArrayInsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
<Array>.AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
<Array>.InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).