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

TdxBarCode93ExtendedSymbology Class

The Code 93 extended barcode symbology class.

#Declaration

Delphi
TdxBarCode93ExtendedSymbology = class(
    TdxBarCode93Symbology
)

#Remarks

The extended version of the Code 93 symbology is capable of encoding all 128 ASCII characters.

This class does not introduce any new public members.

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

See Also