ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
NFCSendTag (Function)
Sends an NFC tag to another device.
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
<mongoGridFS variable>.GetFileInfo (Function)
Used to get information about a MongoDB file (gridFS).
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
<Array>.DeleteLine (Function)
Deletes a line 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....
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<mongoGridFS variable>.DeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
<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....
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
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.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
WINDEV applications for Linux: Specific features
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.