Back to Devexpress

TdxDBBarCode Class

vcl-dxdbbarcode.md

latest2.0 KB
Original Source

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.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TdxCustomBarCode TdxDBBarCode

See Also

TdxDBBarCode Members

dxDBBarCode Unit