Browser you have is obsolate. Please, download the modern Firefox, Chrome, Opera or Yandex browser for comfort surfing!
  
World Software Catalog
Internet catalog of free and paid applications of the World
  
 RU  EN 
Software search
Description language 1Description language 2Description language 3Description language 4
PlatformLicenseASP member
ClassSpecificCategory
NamePublisher/developer
KeywordsDescription
      
TMS TTMSFMXZBarReader 1.0
Company: tmssoftware.com
Country: Belgium, West-Vlaanderen, Wevelgem
ASP member: No
Company Web site: http://www.tmssoftware.com
Application info: http://www.tmssoftware.com/site/freetools.asp

Author: Bruno Fierens

Sales email: info@tmssoftware.com
Support email: info@tmssoftware.com

License type: Freeware
Class: Development::Delphi
Specific:
Categories:
Platform:
OS: Win7 x32, Win7 x64, Windows 8
System requirements:
Language: English
Limitations:

  
Keywords: Add QR, UPC, EAN code scanning in Delphi apps

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;
Report Malware



Archived

DateVersionStatusRelease history
23 Jan 20151.0New Release
Distribution permissions:

Ratio:

Back  Top

 
  0  0
April 2024
   Su   Mo   Tu   We   Th   Fr   Sa   
     1   2   3   4   5   6   
   7   8   9   10   11   12   13   
   14   15   16   17   18   19   20   
   21   22   23   24   25   26   27   
   28   29   30           
 25 April 2024 year, Thursday 
User
Autorization
e-mail:

password:


Register
RSS-feed
RSS-лента    Valid RSS
Online
Guests: 2
Users: 0
Bots: 92
Total users: 56
Banners

Copyright © 2020-2024 MaaSoftware OOO