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

TdxBarCode Class

An unbound barcode control.

#Declaration

Delphi
TdxBarCode = class(
    TdxCustomBarCode
)

#Remarks

The barcode control is designed to generate a barcode or QR code from a source text according to the active symbology and its settings. The control shows the generated barcode on its surface.

You can use the Properties.BarCodeSymbologyClassName property to switch between all available barcodes.

The TdxBarCode class does not introduce any new functionality. It only publishes inherited properties, methods, and events, and initializes the AutoSize and ParentColor properties to True and False, respectively. Refer to the TdxCustomBarCode class description for information on the core barcode functionality.

See Also