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

TdxBarCodeInterleaved2Of5Symbology.Checksum Property

Specifies if a checksum is included into the generated barcode.

#Declaration

Delphi
property Checksum; default True;

#Property Value

Type Default
Boolean True

#Remarks

By default, the checksum character is calculated and appended to the barcode source text string prior to the barcode calculation. You can set the Checksum property to False to disable checksum calculation.

The default value of the Checksum property is True.

See Also