TdxDBBarCode Class
A data-aware barcode control.
Declaration
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
See Also