Feature overview
For an internal project, we looked at integrating QR code scanning in an iOS application. As we didn't feel like reinventing the wheel and deal with the complexities of deciphering a QR code, we searched for existing code and after trying out several solutions, found ZBar to be one of the most solid libraries. The project is at : http://zbar.sourceforge.net/
After doing this evaluation in XCode with ObjectiveC, the next duty was to find out how we could use an ObjectiveC library from a Delphi FireMonkey project. There are several important details to pay attention to when doing this, but finally this also proved to work and in the typical Delphi RAD philosophy, we decided to create a wrapper Delphi component for this. With this wrapper component, scanning a QR, UPC or EAN code from Delphi is as simple as two lines of code:
procedure TForm1136.Button1Click(Sender: TObject);
begin
// line1: activate the code scanner. This shows the camera that should be aimed at the QR or UPC code
TMSFMXZBarReader1.Show;
end;
procedure TForm1136.TMSFMXZBarReader1GetResult(Sender: TObject;
AResult: string);
begin
//line 2: the OnGetResult event is triggered when the code was retrieved and this returns it as a text
ListBox1.Items.Insert(0, AResult);
end;
For an internal project, we looked at integrating QR code scanning in an iOS application. As we didn't feel like reinventing the wheel and deal with the complexities of deciphering a QR code, we searched for existing code and after trying out several solutions, found ZBar to be one of the most solid libraries. The project is at : http://zbar.sourceforge.net/
After doing this evaluation in XCode with ObjectiveC, the next duty was to find out how we could use an ObjectiveC library from a Delphi FireMonkey project. There are several important details to pay attention to when doing this, but finally this also proved to work and in the typical Delphi RAD philosophy, we decided to create a wrapper Delphi component for this. With this wrapper component, scanning a QR, UPC or EAN code from Delphi is as simple as two lines of code:
procedure TForm1136.Button1Click(Sender: TObject);
begin
// line1: activate the code scanner. This shows the camera that should be aimed at the QR or UPC code
TMSFMXZBarReader1.Show;
end;
procedure TForm1136.TMSFMXZBarReader1GetResult(Sender: TObject;
AResult: string);
begin
//line 2: the OnGetResult event is triggered when the code was retrieved and this returns it as a text
ListBox1.Items.Insert(0, AResult);
end;
Genel bakış
TMS TTMSFMXZBarReader, tmssoftware.com tarafından geliştirilen Geliştirme kategorisinde Ücretsiz Yazılım bir yazılımdır.
TMS TTMSFMXZBarReader 1.0 24.01.2015 Tarihinde yayımlanan, be. O başlangıçta bizim veritabanı üzerinde 24.01.2015 eklendi.
TMS TTMSFMXZBarReader aşağıdaki işletim sistemlerinde çalışır: Windows.
TMS TTMSFMXZBarReader bizim kullanıcıların henüz derecelendirilmiş değildir.
Son İncelemeler
![]() |
MyKeyFinder
MyKeyFinder ile Kayıp Yazılım Lisans Anahtarlarını Zahmetsizce Geri Alın |
Advanced Serial Port Monitor
Gelişmiş Seri Bağlantı Noktası Monitörü ile Seri İletişimin Gücünü Ortaya Çıkarın |
|
![]() |
REALTEK Bluetooth Driver
REALTEK Bluetooth Sürücüsü ile Bluetooth bağlantısını geliştirin. |
![]() |
Silhouette Studio
Silhouette Studio ile yaratıcılığınızı ortaya çıkarın! |
![]() |
Mobile Broadband HL Service
Mobil Geniş Bant HL Hizmeti ile Hareket Halindeyken Bağlantıda Kalın |
Aiseesoft Free iPhone Data Recovery
Aiseesoft Ücretsiz iPhone Veri Kurtarma ile Kayıp Verileri Zahmetsizce Kurtarın |
![]() |
UpdateStar Premium Edition
UpdateStar Premium Edition ile Yazılımınızı Güncel Tutmak Hiç Bu Kadar Kolay Olmamıştı! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2015 Yeniden Dağıtılabilir Paketi ile sistem performansınızı artırın! |
![]() |
Microsoft Edge
Web'de Gezinmede Yeni Bir Standart |
![]() |
Google Chrome
Hızlı ve Çok Yönlü Web Tarayıcısı |
![]() |
Microsoft Visual C++ 2010 Redistributable
Visual C++ Uygulamalarını Çalıştırmak için Temel Bileşen |
![]() |
Microsoft Update Health Tools
Microsoft Update Sağlık Araçları: Sisteminizin Her Zaman Güncel Olduğundan Emin Olun! |