Contents - Index


Barcode library - list of components.


If you can use data aware barcode components , in ean.inc file must be defined  {$define PSOFT_BARCODE_DB}

Basic components
TCustomEan - main component of Barcode library. Most of the properties and methods are defined in this component.
TEan - component for  a bar code depiction and printing  directly on TCanvas.
TDBEan -  component for  a bar code depiction and printing on TCanvas with connection to DataSource.
TBarcodeReader - component serving to read a bar code from a sensor connected to a serial port.

Components for Quick report. In
Ean.inc file must be defined {$define PSOFT_QREPORT}
TQrCustomEan - basic custom component for Quick report, not in component palette..
TQrEan - basic component for Quick report, without connection to DataSource.
TQrDBEan - basic component for Quick report, with connection to DataSource.

Components for
Pragnaan export filters.  In Ean.inc file must be defined {$define PSOFT_PRAGNAAN}
TpsQREan
TpsQrDBEan

Components for ACE reporter. In Ean.inc file must be defined {$define PSOFT_ACE}
TAceCustomEan
TAceEan
TAceDBEan


Components for Report Builder. In Ean.inc file must be defined {$define PSOFT_QREPORT}
TRBCustomEan
TRBEan
TRBDBEan