Table of Contents

TTMSFNCWXQRCode.CreateQRCode Method

Encodes the supplied text and renders it as a code in the hosted control.

API unit family: TMSFNCWXQRCode Declaring type: TTMSFNCWXQRCode Inherited from: 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.