ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLVerifySignature (Function)
Verifies the signature of an XML node.
Creating an executable file
Once the development of your WINDEV application is completed (windows, reports, queries, etc.)...
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example).
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
CertificateSignString (Function)
Creates the signature of a character string.
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
CertificateSignExecutable (Function)
Signs an executable file with a certificate.
PDFVerifySignatures (Function)
Checks the validity of PDF signatures.
Note: This function is only available from version 2025 Update 1.
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
Managing 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.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
<pdfDocument variable>.VerifySignatures (Function)
Checks the validity of PDF signatures.
Note: This function is only available from version 2025 Update 1.
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
InApp constants
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes...
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check...
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
PDF printing: Special cases
Specific features of print in PDF format...
GglAccountAssociate (Function)
Enables users to log in to an application using a Google account registered on the device, without...
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Ad Hoc deployment
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
1
4
5
6
7
8
10
>