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.CompactionMode Property

Specifies the data type encoded by the generated QR Code.

#Declaration

Delphi
property CompactionMode: TdxQRCodeCompactionMode read; write; default qrmByte;

#Property Value

Type Default
TdxQRCodeCompactionMode qrmByte

#Remarks

QR Codes can encode numeric, alphanumeric, or byte information passed as the source text. For additional information, refer to the TdxQRCodeCompactionMode type description.

The default value of the CompactionMode property is qrmByte.

See Also