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

TdxBarCode93Symbology Class

The Code 39 barcode symbology class.

#Declaration

Delphi
TdxBarCode93Symbology = class(
    TdxCustomBarCodeSymbology
)

#Remarks

The Code 93 symbology provides the higher information in the generated barcode compared to Code 39. Like Code 39, this symbology is capable of encoding the full ASCII character set by using a combination of 2 characters. Code 93 also encodes 47 characters compared to the Code 39’s set of 43 characters.

This class does not introduce any new public members.

To enable the Code 93 generation mode, assign the TdxBarCode93Symbology class name to the Properties.BarCodeSymbologyClassName property provided by the unbound and data-aware barcode controls.

The dxBarCode93LeftQuietZoneSize and dxBarCode93RightQuietZoneSize global constant values determine the Code 93’s left and right quiet zone sizes, respectively.

#Inheritance

See Also