TBarcode1D_ITF14

ITF-14The component is used to create the ITF-14 barcode symbol. It's defined in the pITF14 unit.

This ITF-14 barcode symbology is also known as UPC Shipping Container Symbol ITF-14, ITF14, Case Code, UPC Case Code, EAN/UCC-14, EAN-14, UCC-14, DUN-14, GTIN-14, UCC-12, EAN/UCC-13, ITF, etc. It is used to mark cartons, cases, or pallets that contain products which have a UPC or EAN product identification number. The value to encode must have the following structure:

  1. 1 digit for Packaging indicator.
  2. 2 digits for UPC numbering system or EAN prefix.
  3. 5 digits for Manufacturer identification number.
  4. 5 digits for Item identification number.
  5. 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:
Properties:
Methods:
Events:

(*): The Data property, OnInvalidDataLength and OnInvalidDataChar events are available only for the Delphi/C++ Builder 2009 or later.

Contents