Delphi QR Code component / generator?
The company I work for has released an open source (Apache License v2) Delphi QR barcode generator called DelphiZXingQRCode. It's a Delphi port of the QR code functionality from the ZXing barcode image processing library.
Here we go:
http://www.han-soft.com/barcode2dgen.php
(source: han-soft.com)
I just aksed Google. First hit, basically.
It is available as a VCL component, here:
http://www.han-soft.com/barcode2d.php
Just discovered (months late, however) ZINT. A Pascal wrapper for this exists here. This is free, open source.