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
- Drop
TTMSFNCWXBarcodeDecoder from the component palette onto a form.
- 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.