ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
NFC functions
Functions used to manage the NFC standard...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
NFCSendTag (Function)
Sends a NFC tag to another device.
FBRequest (Function)
Performs a communication request (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.
DownloadAdd (Function)
Adds a new download in the device's download manager....
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
<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....