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

TdxBarCode128CharacterSet Enum

Enumerates character sets available for generating the Code 128 barcodes.

#Declaration

Delphi
TdxBarCode128CharacterSet = (
    csAuto,
    csA,
    csB,
    csC
);

#Members

Name
csAuto
csA
csB
csC

#Remarks

Options include:

Value Description
csAuto The character set is chosen automatically according to the specified source text.
csA The “A” character set is used for encoding a source text to a barcode.
csB The “B” character set is used for encoding a source text to a barcode.
csC The “C” character set is used for encoding a source text to a barcode.

The TdxBarCode128CharacterSet type is referenced by the CharacterSet property provided by the TdxBarCode128Symbology class.

See Also