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 SignatureType property is used to get and define the type of signature to be used in a Signature control.
Remark: 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
// The Signature control uses a certification signature
SIG_MySignature.SignatureType = 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: 05/26/2022

Send a report | Local help