Skip to main content

TdxBarCode Class

An unbound barcode control.

Declaration

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