ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with reports and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The SignatureType property is used to get and define the type of signature to be used in a Signature control.
Note: This property corresponds to the "Type of signature" option in the "General" tab of the Signature control description window.. This control is only available in a report.
Example
// Le champ Signature utilise une signature de certification
SIG_MaSignature.TypeSignature = typeSignatureCertification
Syntax

Finding out the type of signature used by the Signature control Hide the details

<Result> = <Signature control>.SignatureType
<Result>: Integer constant
Type of signature:
typeSignatureApprovalApproval signature.
An approval signature corresponds to a mark applied by another person to indicate that he/she approves the document content.
typeSignatureCertificationCertification signature.
A certification signature corresponds to a seal applied to the document to guarantee its integrity.
<Signature control>: Control name
Signature control to use.

Modifying the type of signature used by the Signature control Hide the details

<Signature control>.SignatureType = <New type>
<Signature control>: Control name
Signature control to use.
<New type>: Integer constant
Type of signature to use:
typeSignatureApprovalApproval signature.
An approval signature corresponds to a mark applied by another person to indicate that he/she approves the document content.
typeSignatureCertificationCertification signature.
A certification signature corresponds to a seal applied to the document to guarantee its integrity.
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help