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

TdxDBBarCode Class

A data-aware barcode control.

#Declaration

Delphi
TdxDBBarCode = class(
    TdxCustomBarCode
)

#Remarks

The barcode control is designed to generate and display multiple barcode types. You can switch between all available barcodes by using the Properties.BarCodeSymbologyClassName property.

Similar to the unbound version (TdxBarCode), the TdxDBBarCode class initializes the AutoSize and ParentColor properties to True and False, to underpin the barcode control’s design. In addition, this class provides the DataBinding property that allows you to connect the control with data storage.

See Also