ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
HDeleteSchedulingHistory (Function)
Deletes the executions of a scheduled operation on an HFSQL server. This operation can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh.
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.)....
<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....
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....
HListSchedulingHistory (Function)
Lists the executions of a scheduled job on an HFSQL server. This job can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
NFCReadTag (Function)
Starts reading an NFC tag or enables the detection of NFC tags for the current window.
FBRequest (Function)
Sends an HTTP request to the Facebook Graph API.
<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...
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
Push (Function)
Pushes an element onto the stack.
Enqueue (Function)
Adds an element to the queue.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
Partial indexing of memos
You now have the ability to index the content of a text memo item......