Barcode for FireMonkey

Barcode for FireMonkey

Barcode for FireMonkey demo example
Delphi and C++Builder barcode component for FireMonkey.
  • utilizes Zint Barcode Generator
  • supports over 50 symbologies: Code 128, Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417, MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Composite Symbols, Ultracode, and more
  • supports Windows, macOS, Linux, iOS, and Android
  • available for Delphi/C++Builder XE2 - 12
  • source code included in registered version
  • royalty-free distribution in applications

Download and order

FAQ

How to specify a GS1 Databar Expanded Stacked barcode:
Set the InputParentheses property or use square brackets [ ] instead of parentheses ( ). For example: [01]95012345678903[3103]000123

How to specify an EAN barcode with an "add-on":
Use the '+' character to separate the add-on code in the input text. For example: 1234567890128+12345

How to resolve "cannot find -lzint" error:
Add the path to the libzint.a library to the "Search path" using the Delphi "Project/Options" menu and the "Building/Delphi Compiler/Search path" item:
  • Android 32-bit target: "c:\Program Files (x86)\Winsoft\Barcode for FireMonkey\Library\Android\armeabi-v7a"
  • Android 64-bit target: "c:\Program Files (x86)\Winsoft\Barcode for FireMonkey\Library\Android\arm64-v8a"
  • iOS Device 64-bit target: "c:\Program Files (x86)\Winsoft\Barcode for FireMonkey\Library\iOSDevice"

Related links