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
- Drop
TTMSFNCWXQRCode from the component palette onto a form.
- Set
Settings.Data to the string to encode.
- 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.