Property: CurrentChannel

(TBarcode1D_Channel)

Contains the factual channel number of a Channel code barcode symbol.

Syntax:

type

{ Defined in the pChannel unit }

TChannel = Byte;

property CurrentChannel: TChannel;

Description:

Read the property to retrieve the factual channel number of a Channel code barcode symbol. It can be one of values from 3 to 8, denotations the factual channel of a Channel code barcode symbol.

If the Channel property is set to 0, the factual channel of Channel code symbol will be selected automatically, depending on the barcode text. You can read this property to get the factual channel. Otherwise, the value of this property is equal to the value of Channel property.

The property is read only.

Contents