/JSiQRCodeGenerator

VCL and Firemonkey components as an Fork from QR Code functionality from ZXing, a barcode image processing library.

Primary LanguagePascalApache License 2.0Apache-2.0

TJSiQRCodeGen

TJSiQRCodeGen is a non visual component for Firemonkey and VCL based on DelphiZXingQRCode;

You can Generate a TBitmap with QRCode or link the result on an TImage;

Structure

TJSiQRCodeGenFMX / TJSiQRCodeGenVCL

-Properties

--Data {Text type information to compose the QRCode}

--Encoding {Encoding for Data}

--QuietZone

--Tempo {time for each QRCode build on ms}

--QRCode {TBitmap with QRCode generated}

--Name {Component name}

--ImageControl {Link to TImage control}

-Events

--OnGenerate {Returns Time and QRCode Bitmap}

--OnError { Returns Error Number and Error Message}

-Methods

--GenerateQRCode { Do generate the QRCode }

Getting Started

A sample Delphi FMX project is provided in the Sample/fmx folder to demonstrate how to use TJSiQRCodeGenFMX.

A sample Delphi VCL project is provided in the Sample/vcl folder to demonstrate how to use TJSiQRCodeGenVCL.

[Provided by jsisolucoes]