ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
DownloadAdd (Function)
Adds a new download in the device's download manager....
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
NFCReadTag (Function)
Starts reading an NFC tag or enables the detection of NFC tags for the current window.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
GglDriveConnect (Function)
Creates a connection to Google Drive.
NFC functions
Functions used to manage the NFC standard...
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV website......
JSONExecute (Function)
Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation).
13. Security advantage: "Back" button
Calculates the symmetric difference between a geographic polygon and another geometry....
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
DateTimeDifference (Function)
Calculates the difference between two dates and times.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....