Property: NumCustomerInfo

(TBarcode1D_AP4SC)

Specifies which encoding table will be used to encode the Customer Information Field in a TBarcode1D_AP4SC barcode component.

Syntax:

property NumCustomerInfo: Boolean;

Description:

The property specifies which encoding table will be used to encode the Customer Information Field in a TBarcode1D_AP4SC barcode component.

The Customer Information Field is only available when the first 2 digits (FCC: Format Control Code) of Barcode or Data (only for Delphi/C++ Builder 2009 or later) property are 59, 62, or 44. It includes all characters from 11th character to end of the Barcode or Data (only for Delphi/C++ Builder 2009 or later) property, and enables customers to include their own information in the barcode.

If the value of NumCustomerInfo property is set to true, only the digits "0" to "9" can be used in the Customer Information Field. If the value of NumCustomerInfo property is set to false, the uppercase character "A" to "Z", lowercase characters "a" to "z", digits "0" to "9", " " (space) and "#" characters can be used in the Customer Information Field.

The maximum length of the Customer Information field is specified in the following table:

FCCNumCustomerInfo := TrueNumCustomerInfo := False
4415 digits10 characters
598 digits5 characters
6215 digits10 characters

Contents