ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the advanced types
The advanced types (XLS variables, ggl variables, ......
grLegendFont (Function)
Modifies the font used for the chart legend.
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
grLegend (Function)
Indicates the presence and position of legend in a chart.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
XMLAddChild (Function)
Adds a child tag into an XML document.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
grTitleFont (Function)
Modifies the font used for the chart title.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
iPrintReport (External language)
Prints a report created with the report editor.
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
USE IN (transaction)
The USE ... IN statement is used to define the block of operations to be performed in a transaction.