Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Generate 90+ Barcode Styles in Delphi With Only 3 Lines of Code

TBarcode

Barcodes provide an indispensable tool for tracking data. From inventory system, shipping tracking, movie and parking ticket to patient identification, barcodes are being used everywhere. Barcodes greatly aid in error reduction because of the lack of human intervention in the data entry process. Reading barcodes can be done in a fraction of a second. On the other hand, generating barcodes used to take some time to code and requires technical knowledge about barcode symbology. Thanks to TBarcode, generating a barcode in Delphi now only takes 3 lines of code – and without special knowledge at all.

TBarcode is a component to generate more than 90 barcode symbologies, including Code 39, Code 128, Interleaved 2 of 5, EAN, UPC-A, UPC-E, PDF417, Data Matrix and QRCode. The component includes most-used functions like the ability to output text below the barcode, adjust the output size, and also allow multiple input modes. TBarcode is developed and supported by WinSoft.

Installation

WinSoft provides an executable installer containing the component, documentation and some sample projects.
Simply download the installer and follow the instructions. Once installation is complete, TBarcode will appear as a component in the system palette. Check out the following video on how to install TBarcode.

Usage

Delphi is famous for rapid application development – making software development easier, and this TBarcode is no exception. It only takes 3 line of code to generate a barcode and assign it to an image.

[crayon-6639b71608d8a079395966/]

Quick tip: Be sure to copy zint.dll to the deployment folder if you run into issue.

Like what you see? You can get TBarcode and over 100 other fantastic WinSoft components and libraries with our Enterprise Component Pack. For a limited time, when you purchase RAD Studio Enterprise or Architect Edition at special Upgrade Pricing, you will also get this package of third-party software worth over $13,000, including the full WinSoft Component Library, at NO EXTRA COST! Step up to RAD Studio 10.4.1 today!

Exit mobile version