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 Class

The base class for all classes that implement ITF barcode symbologies.

#Declaration

Delphi
TdxBarCodeITFTypeSymbology = class(
    TdxCustomBarCodeSymbology
)

#Remarks

ITF (Interleaved Two of Five) is a continuous two-width barcode symbology whose simplest varieties are capable of encoding only numeric data.

This class extends its ancestor with members that allow you to (in those barcode symbology classes that publish them):

  • Specify if the checksum character is calculated and added to the encoded text displayed by a barcode control (Checksum);

  • Modify the barcode’s wide/narrow bar width ratio (WideNarrowRatio);

The TdxBarCodeITFTypeSymbology class is the direct ancestor of the TdxBarCodeInterleaved2Of5Symbology, TdxBarCode39Symbology, and TdxBarCode11Symbology classes.

You do not need to create instances of the TdxBarCodeITFTypeSymbology class. Use its descendants instead.

#Inheritance

See Also