vcl-dxbarcode.md
An unbound barcode control.
TdxBarCode = class(
TdxCustomBarCode
)
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.
Show 13 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TdxCustomBarCode TdxBarCode
See Also