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

TdxBarCodeITFTypeSymbology.Checksum Property

Specifies if a checksum is included into the generated barcode.

#Declaration

Delphi
property Checksum: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

If this property is set to True, the checksum character is calculated and appended to the source text string prior to barcode calculation. Otherwise, the displayed text is unchanged.

Certain barcode symbology classes (TdxBarCodeITFTypeSymbology class descendants) publish the Checksum property and initialize it with True.

See Also