The 1D Barcode VCL components is a set of VCL components designed for generating and printing 1D barcode symbols in your Delphi or C++ Builder application. Most popular linear and postal barcode symbologies are supported.
The 2D Barcode VCL components is a set of VCL components designed for generating and printing 2D barcode symbols in your Delphi or C++ Builder application. Most popular matrix, stacked barcode symbologies and EAN.UCC composite symbologies are supported.
The 2D Barcode FMX components is a set of FireMonkey components designed for generating and printing 2D barcode symbols in your Delphi or C++ Builder multi-platform application. Most popular matrix and stacked barcode symbologies are supported.
Drag a barcode component to your form, and connect its Image property to your image component.
Including QRCode, PDF417, DataMatrix, RSS family, EAN.UCC composite symbologies, GS1, Code39, Code93, Code 25 family, Code 128, EAN 128, EAN 2, EAN 5, EAN 8, EAN 13, etc.
All of VCL barcode components can work together with most popular report system, display barcode symbols in the report.
You can use print method to print barcode symbols to paper directly. Or use the Draw method to draw the symbols to any TCanvas object.
You can save the barcode symbol in variety of picture formats, including the vector image format and pixel image format.
You can add a logo picture to your 2D barcode symbol.
All of components can work as data-aware mode, and have the ability to read the value of a field from a database table or query, then display that value as barcode symbol in the canva or report.
All of components is compatible with all Delphi or C++ Builder versions starting from 4.0 and latest Delphi and C++ Builder. Both 32- and 64-bit VCL components are included.