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;
Overzicht
TMS TTMSFMXZBarReader is Freeware software in de categorie Ontwikkeling ontwikkeld door tmssoftware.com.
De nieuwste versie van TMS TTMSFMXZBarReader is 1.0, uitgegeven op 24-01-2015. Het werd aanvankelijk toegevoegd aan onze database op 24-01-2015.
TMS TTMSFMXZBarReader draait op de volgende operating systems: Windows.
TMS TTMSFMXZBarReader niet is nog niet beoordeeld door onze gebruikers.
Nieuwste updates
Ashampoo Photos 24.12.119
Ashampoo Photos is a software developed by ashampoo GmbH & Co. KG that allows users to easily manage and edit their photo collections.Ashampoo Backup FREE 25.6
Ashampoo Backup FREE is a backup software developed by ashampoo GmbH & Co. KG. This software allows users to make backups of all their important files and folders with just a few clicks.Ashampoo WinOptimizer 27.00.02
Ashampoo WinOptimizer is out now and available for free.Microsoft Windows may have got more advanced but the need for effective maintenance is greater than ever.Laatste nieuws
Recente beoordelingen
5star Audio Studio
Laat je creativiteit de vrije loop met 5star Audio Studio! |
|
Turbo Play
Turbo Play: verbeter uw game-ervaring met geavanceerde tools |
|
Network Assistant
Stroomlijn uw netwerken met Network Assistant |
|
Wallpaper Mate
Transformeer je achtergrond met Wallpaper Mate |
|
Acoustica MP3 CD Burner
Moeiteloos MP3 CD branden met Acoustica MP3 CD Brander |
|
![]() |
Norton Private Browser
Blijf veilig online met Norton Private Browser |
![]() |
UpdateStar Premium Edition
Uw software up-to-date houden is nog nooit zo eenvoudig geweest met UpdateStar Premium Edition! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Verbeter de prestaties van uw systeem met Microsoft Visual C++ 2015 Redistributable Package! |
![]() |
Microsoft Edge
Een nieuwe standaard in surfen op het web |
![]() |
Google Chrome
Snelle en veelzijdige webbrowser |
![]() |
Microsoft Visual C++ 2010 Redistributable
Essentieel onderdeel voor het uitvoeren van Visual C++-toepassingen |
![]() |
Microsoft Update Health Tools
Microsoft Update Health Tools: zorg ervoor dat uw systeem altijd up-to-date is! |