Property: AutoMode

(TBarcode2D_MaxiCode)

Specifies whether to automatically select the mode for a MaxiCode barcode symbol.

Syntax:

property AutoMode: Boolean;

Description:

The property specifies whether to automatically select the mode for a MaxiCode barcode symbol, depending on the barcode text and the Mode property value.

If the property is set to true, the TBarcode2D_MaxiCode component will automatically select the suitable mode depending on the barcode text and the value of Mode property:

In this case, you can use the CurrentMode property to get the factual mode.

If the property is set to false, the mode will be specified by the Mode property. The value of CurrentMode property is always equal to the Mode property value.

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

Contents