TMS TTMSFMXZBarReader 1.0
tmssoftware.com – FreewareFeature 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;
Przegląd
TMS TTMSFMXZBarReader to Freeware oprogramowanie w kategorii Rozwój opracowane przez tmssoftware.com.
Najnowsza wersja TMS TTMSFMXZBarReader jest 1.0, wydany na 24.01.2015. Początkowo był to dodane do naszej bazy na 24.01.2015.
TMS TTMSFMXZBarReader jest uruchamiany w następujących systemach operacyjnych: Windows.
TMS TTMSFMXZBarReader nie ma zostały ocenione przez naszych użytkowników jeszcze.
Ostatnie aktualizacje
Darmowe bezpieczne pobieranie plików sprawdzonych przez UpdateStar
Bądź na bieżąco
z UpdateStar freeware.
z UpdateStar freeware.
Najnowsze wiadomości
Najnowsze recenzje
![]() |
Stellar Data Recovery Standard
Odzyskaj utracone pliki za pomocą Stellar Data Recovery Standard |
![]() |
Signal
Pozostań w kontakcie prywatnie i bezpiecznie dzięki Signal Messenger |
![]() |
Ashampoo Driver Updater
Bez wysiłku aktualizuj sterowniki za pomocą Ashampoo Driver Updater. |
![]() |
LAV Filters
Ulepsz swoje wrażenia multimedialne dzięki filtrom LAV. |
Spyware Terminator
Skuteczna ochrona przed oprogramowaniem szpiegującym dzięki przyjaznym dla użytkownika funkcjom |
|
SmartSync Pro
Bezproblemowa synchronizacja z SmartSync Pro |
![]() |
UpdateStar Premium Edition
Aktualizowanie oprogramowania nigdy nie było łatwiejsze dzięki UpdateStar Premium Edition! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Zwiększ wydajność swojego systemu dzięki pakietowi redystrybucyjnemu Microsoft Visual C++ 2015! |
![]() |
Microsoft Edge
Nowy standard przeglądania stron internetowych |
![]() |
Google Chrome
Szybka i wszechstronna przeglądarka internetowa |
![]() |
Microsoft Visual C++ 2010 Redistributable
Niezbędny składnik do uruchamiania aplikacji Visual C++ |
![]() |
Microsoft Update Health Tools
Microsoft Update Health Tools: Upewnij się, że Twój system jest zawsze aktualny! |