Barcode display function
 
Section 1
    Barcode
Commands:
    Show / Hide
value3
    the string you want to show
value4
    type of QR_code

          case value4 of
            0:
              QRCodeEncoding := qrAuto;
            1:
              QRCodeEncoding := qrNumeric;
            2:
              QRCodeEncoding := qrAlphanumeric;
            3:
              QRCodeEncoding := qrISO88591;
            4:
              QRCodeEncoding := qrUTF8NoBOM;
            5:
              QRCodeEncoding := qrUTF8BOM;
          else
            QRCodeEncoding := qrAuto;
          end;

Example: show barcode
Example Scrip, click copy and paste to ScripEditor.

Example: hide barcode
Example Scrip, click copy and paste to ScripEditor.


Copyright © 2020 IntretechTW. All Rights Reserved.