Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarCodeQRCodeSymbology.Version Property

Specifies the QR code size.

#Declaration

Delphi
property Version: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

You can use the barcode control’s Properties.ModuleWidth and the Version property to change the barcode size. If the encoded text does not fit into the current QR code size, the barcode control displays an error message.

#Default Value

The Version property’s default value is 0.

See Also