Property: Guards

(TBarcode1D_Telepen)

Specifies which start code and the stop code will be used in the Telepen barcode symbol.

Syntax:

type

{ Defined in the pTelepen unit }

TTelepenGuards = (tgAuto, tgASCII, tgCustom, tgNoStop);

property Guards: TTelepenGuards;

Description:

The Telepen symbology provides several encode mode, each having its own pair of start code and stop code. But some Telepen system don't use the start code and the stop code to distinguish between the each mode, and always use the ASCII mode's start code and stop code, the interpretation of the data as ASCII or numeric is set only by the configuration of the reading device. The property specifies which start code and the stop code will be used. It can be one of these values (defined in the pTelepen unit):

Contents