T

TMS TTMSFMXZBarReader 1.0

tmssoftware.com – Freeware
Neueste Version
1.0
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;

Übersicht

TMS TTMSFMXZBarReader ist eine Freeware-Software aus der Kategorie Programmieren, die von tmssoftware.com entwickelt wird.

Die neueste Version von TMS TTMSFMXZBarReader ist 1.0, veröffentlicht am 24.01.2015. Die erste Version wurde unserer Datenbank am 24.01.2015 hinzugefügt.

TMS TTMSFMXZBarReader läuft auf folgenden Betriebssystemen: Windows.

Die Nutzer haben noch keine Bewertung für TMS TTMSFMXZBarReader gegeben.

Screenshots (Klicken, um zu vergrößern)

Neueste 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

Zuverlässige und benutzerfreundliche Backup-Lösung

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.
Sichere, kostenlose Downloads geprüft von UpdateStar

Bleib up-to-date
mit UpdateStar Freeware.

Neueste Reviews

E eScan Anti Virus with Cloud Security
eScan Anti Virus: Robuster Cloud-fähiger Schutz auf Knopfdruck
F FoneLab Mac Data Retriever
FoneLab Mac Data Retriever: Ihre erste Wahl für die Datenwiederherstellung
E Excel GS1 DataBar Barcode Generator
Mühelose Barcode-Generierung mit Excel GS1 DataBar Barcode Generator
A Aiseesoft iPhone Unlocker for Mac
Entsperren Sie Ihr iPhone ganz einfach mit Aiseesoft iPhone Unlocker
F FILERECOVERY 2014 Standard for Mac
Stellen Sie Ihre verlorenen Dateien mit Leichtigkeit mit FILERECOVERY 2014 Standard für Mac wieder her
S SSRS DotCode Barcode Generator
Mühelose Barcode-Generierung mit dem SSRS DotCode Barcode Generator
UpdateStar Premium Edition UpdateStar Premium Edition
Mit der UpdateStar Premium Edition war es noch nie so einfach, Ihre Software auf dem neuesten Stand zu halten!
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Steigern Sie Ihre Systemleistung mit Microsoft Visual C++ 2015 Redistributable Package!
Microsoft Edge Microsoft Edge
Ein neuer Standard beim Surfen im Internet
Google Chrome Google Chrome
Schneller und vielseitiger Webbrowser
Microsoft Visual C++ 2010 Redistributable Microsoft Visual C++ 2010 Redistributable
Wesentliche Komponente zum Ausführen von Visual C++-Anwendungen
Microsoft Update Health Tools Microsoft Update Health Tools
Microsoft Update Health Tools: Stellen Sie sicher, dass Ihr System immer auf dem neuesten Stand ist!

Tags