How to copy a barcode symbol to the clipboard
Usage:
  1. Put a TBarcodeFmx2D barcode component, such as the TBarcodeFmx2D_QRCode, TBarcodeFmx2D_PDF417, and TBarcodeFmx2D_RSS14 to your form.

  2. Put a TCopyFmx2D component to your form.

  3. Set the Barcode2D property of the TCopyFmx2D component to the TBarcodeFmx2D barcode component.

  4. Use the Copy method of the TCopyFmx2D component to copy the barcode symbol to the clipboard.

Contents