ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with reports and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The Certificate property gets and sets the certificate used in a Signature control in a report.
Example
ACertificate is Certificate
arrCertificate is array of Certificates = CertificateList()
// Choose a certificate
ACertificate = arrCertificate[1]
// Associate the certificate with the Signature control
SIG_MySignature.Certificate = ACertificate
Syntax

Getting the certificate used Hide the details

<Result> = <Signature control>.Certificate
<Result>: Certificate variable
Certificate variable containing the description of the certificate used.
<Signature control>: Control name
Signature control to use.

Changing the certificate used Hide the details

<Signature control>.Certificate = <New certificate>
<Signature control>: Control name
Signature control to use.
<New certificate>: Certificate variable
Certificate variable containing the description of the certificate to use.
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/04/2023

Send a report | Local help