Table of Contents

Getting started with TMS FNC WX QR Decoder

Prerequisites

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

Add the component

  1. Drop TTMSFNCWXQRDecoder from the component palette onto a form (non-visual).
  2. Assign an OnDecode event handler to receive decoded results.

Decode a QR code from a file

{ In a button's OnClick handler: }
QRDecoder1.DecodeFromFile('C:\Images\qrcode.png');

Next steps

  • Guides — camera-based decoding and asynchronous callback patterns.
  • API reference — full class reference.