TTMSFNCWXCustomQRCode.CreateQRCode Method
Encodes the supplied text and renders it as a code in the hosted control.
API unit family: TMSFNCWXQRCode
Declaring type: TTMSFNCWXCustomQRCode
Syntax
procedure CreateQRCode(AText: string);
Remarks
Has no effect until the hosted control has finished initializing.
Parameters
| Name | Description |
|---|---|
AText |
Text to encode. Line breaks are converted to escaped newlines and double quotes are escaped before rendering. |