Table of Contents

Getting started with TMS FNC WX QR Code

Prerequisites

  • TMS FNC Core installed and the runtime package added to the project.
  • TMS FNC WX Pack installed.

Add the component

  1. Drop TTMSFNCWXQRCode from the component palette onto a form.
  2. Set Settings.Data to the string to encode.
  3. Call GetQRCode and handle OnGetQRCode to receive the generated image.

Generate a QR code

{ In a button's OnClick handler: }
QRCode1.Settings.Data := 'https://www.tmssoftware.com';
QRCode1.GetQRCode;

Next steps

  • Guides — error correction, colour customisation, logo embedding, and cross-origin settings.
  • API reference — full class reference.