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.CharacterSet Property

Specifies the character set type used interpretation and encoding of the source text.

#Declaration

Delphi
property CharacterSet: TdxBarCode128CharacterSet read; write;

#Property Value

Type
TdxBarCode128CharacterSet

#Remarks

If the characters in the Text property value are not present in the current character set, the barcode control displays an error message.

To avoid such errors, set the CharacterSet property to csAuto. In this case, the source text string is encoded using all three supported character sets. For additional information, refer to the TdxBarCode128CharacterSet type description.

See Also