ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Signature control
The Signature control is a report control used to sign......
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
CertificateCheckFileSignatureFile (Function)
Checks the correspondence between a signature and a file. The signature was kept as an external file.
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
SignatureType (Property)
The SignatureType property is used to get and define the type of signature to be used in a Signature control.
SignatureMode (Property)
The SignatureMode property is used to get and change the signature options of a Signature control in a report.
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
CertificateCheckDuplicate (Function)
Checks the signature of a duplicate.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
CertificateSignString (Function)
Creates the signature of a character string.
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....
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
PDFSign (Function)
Applies an approval signature to an existing PDF.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
<Variable pdfDocument>Sign (Function)
Applies an approval signature to an existing PDF.
<wsRequest variable>.addXMLSignature (Function)
Adds an XML signature to a Webservice request.
CertificateExtract (Function)
Extracts a certificate from a signature buffer or from a print duplicate.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.