Barcode for FireMonkey

Barcode for FireMonkey

Barcode for FireMonkey demo example
Delphi and C++ Builder barcode component for FireMonkey.
  • uses Zint Barcode Generator
  • supports over 50 symbologies including 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 can I specify GS1 Databar Expanded Stacked barcode?
Set InputParentheses property or use [ ] instead of ( ): [01]95012345678903[3103]000123

How can I specify EAN barcode with "add-on"?
Use '+' character to separate add-on code in the input text: 1234567890128+12345

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

Related links