ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
SaaSAdminListSubscription (Function)
Lists the SaaS subscriptions associated with a site or pricing.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
MongoFind (Function)
Finds documents in a MongoDB collection.
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
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......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
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)......
Functions for managing Scheduler controls (prefix syntax)
List of functions that can be used with a Scheduler control (prefix syntax)....
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
CertificateSignString (Function)
Creates the signature of a character string.
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
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...
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
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.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.