TBarcode1D_Code32
The component is used to create the Code 32 barcode symbol. It's defined in the pCode32 unit.
The Code 32 barcode symbology is also known as Italian Pharmacode, IMH, Codice 32 Pharmacode, Codice Farmaceutico Italiano, Radix 32 Barcode, etc. It is mainly used to encode pharmaceutical products in Italy. It has the following structure:
- An 'A' character (ASCII 65) which is not really encoded, It does not need to be entered in the Barcode or Data (only for Delphi/C++ Builder 2009 or later) property.
- 8 digits for Pharmacode (It generally begins/is prefixed with 0 - zero).
- 1 digit for Checksum, If the AutoCheckDigit property is set to true, it doesn't need to be entered in the Barcode or Data (only for Delphi/C++ Builder 2009 or later) property, and it will be automatically calculated.
Technical Details:
- Characters set: 0123456789
- Length: Fixed. If the property AutoCheckDigit is set to true, it's 8 characters, othwise 9 characters (the check digit can be specified by you)
- Code type: Linear 1D Discrete
(*): The Data property, OnInvalidDataLength and OnInvalidDataChar events are available only for the Delphi/C++ Builder 2009 or later.
Contents
Copyright © 2001-2024
Han-soft Corporation. All rights reserved.