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

TdxBarCode128Symbology Class

The Code 128 barcode symbology class.

#Declaration

Delphi
TdxBarCode128Symbology = class(
    TdxCustomBarCodeSymbology
)

#Remarks

Code 128 is a very effective, high-density symbology that can be used for encoding numeric-only or alphanumeric strings. If the source text contains numeric-only data, Code 128 can encode twice as many characters while retaining the same barcode size:

This class publishes the CharacterSet property that allows you to specify the actual type of encoded data.

To enable the Code 128 generation mode, assign the TdxBarCode128Symbology class name to the Properties.BarCodeSymbologyClassName property provided by the unbound or data-aware barcode controls.

The dxBarCode128LeftQuietZoneSize and dxBarCode128RightQuietZoneSize global constant values determine the Code 128’s left and right quiet zones, respectively.

#Inheritance

See Also