Table of Contents

Getting started with TMS FNC WX Barcode Decoder

Prerequisites

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

Add the component

  1. Drop TTMSFNCWXBarcodeDecoder from the component palette onto a form.
  2. Assign an OnDecode event handler to receive decoded results.

Decode a barcode from a file

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

Next steps

  • Guides — supported types, camera stream decoding, and callback patterns.
  • API reference — full class reference.