Barcode for FireMonkey
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
Order Barcode for FireMonkey component $120 USD (license for one developer)
Order Barcode for FireMonkey multi-license $360 USD (license for all developers in company)
Order Barcode for FireMonkey year upgrades $60 USD (registered users only)
Order Barcode for FireMonkey year upgrades multi-license $180 USD (registered multi-license users only)
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:
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"