ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NFCReadTag (Function)
Starts reading an NFC tag or enables the detection of NFC tags for the current window.
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.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
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.
NFC functions
Functions used to manage the NFC standard...
zipDeleteFileList (Function)
Deletes a list of files from an archive.
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.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
ThreadExecute (Function)
Starts the execution of a secondary thread.
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
Partial indexing of memos
You now have the ability to index the content of a text memo item......