Property: ExtraChar

(TBarcode1D_Telepen)

Use the property to automatically insert the extra characters to the Telepen symbols.

Syntax:

type

{ Defined in the pTelepen unit }

TTelepenExtraChar = (tecNone, tecESC, tecSISO);

property ExtraChar: TTelepenExtraChar;

Description:

Some Telepen symbologies require the first character (after start code) be an ASCII Shift In character, and the last character (before stop code) to be a Shift Out character. The ASCII ESC character is required on some Telepen Numeric systems as the first character after to the start code. The property controls the TBarcode1D_Telepen component to insert these characters automatically. This property is useful only for the TBarcode1D_Telepen component. It can be one of these values (defined in the pTelepen unit):

Contents