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

TdxCustomBarCode.Text Property

Specifies the source text for encoding.

#Declaration

Delphi
property Text: string read; write;

#Property Value

Type
string

#Remarks

Different barcode types and their symbology settings impose different limitations on the encoded text. The requirements for the encoded text are listed in the corresponding barcode symbology class descriptions.

To display the encoded text along with the resulting barcode, set the barcode control’s Properties.ShowText property to True.

VCL Editors Library: Barcode Text

Note

In the case of the EAN8, EAN13, UPC-E, and UPC-A symbologies, the encoded text size is determined by the respective barcode standard, and therefore cannot be customized by using the Style.Font.Size property.

See Also