Property: CurrentVersion

(TBarcodeFmx2D_QRCode)

Contains the factual symbol version (symbol size) of a QR Code barcode symbol.

Syntax:

type

{ Defined in the pfmxQRCode unit }

TQRCode_Version = 1..40;

property CurrentVersion: TQRCode_Version;

Description:

The smallest symbol version (symbol size) that accommodates the barcode text will be automatically selected between the minimum symbol version (symbol size) specified by the MinVersion property and the maximum symbol version (symbol size) specified by the MaxVersion property. Read the property to retrieve the factual symbol version (symbol size) of a QR Code barcode symbol.

The property can be one of values from 1 to 40, denotations the factual version of a QR Code 2D barcode symbol. They are defined in the pfmxQRCode unit.

The property is read only.

See also the "Symbol sizes" section in the "TBarcodeFmx2D_QRCode" article.

Contents