Table of Contents

TMS FNC WX QR Decoder — Guides

Decoding from a file

Call DecodeFromFile with a local image path containing a QR code. The result is returned asynchronously via the OnDecode event.

Callback patterns

Use the filename callback variant TTMSFNCWXCustomQRFilenameDecodeCallBackEvent when you need to pass additional context data alongside the decoded value in a callback-based workflow.

See also