Property: CurrentMode

(TBarcode2D_MaxiCode)

Contains the factual mode of a MaxiCode barcode symbol.

Syntax:

type

{ Defined in the pMaxiCode unit }

TMaxiCode_Mode = 2..6;

property CurrentMode: TMaxiCode_Mode;

Description:

Read the property to retrieve the factual mode of a MaxiCode barcode symbol. It can be one of values from 2 to 6, denotations the factual mode of a MaxiCode 2D barcode symbol. They are defined in the pMaxiCode unit.

If the AutoMode property is set to Ture, the mode of MaxiCode symbol will be selected automatically, depending on the barcode text and the value of Mode property. You can read this property to get the factual mode.

If the AutoMode property is set to false, the value of this property is equal to the value of Mode property.

The property is read only.

See also the "Modes" section in the "TBarcode2D_MaxiCode" article.

Contents