У Вас устаревшая версия браузера. Скачайте современный Firefox, Chrome, Opera или Яндекс браузер для комфортного просмотра!
  
Software catalog
Интернет-каталог бесплатных и платных программных продуктов всего мира
  
 RU  EN 
Поиск программ
Язык описания 1Язык описания 2Язык описания 3Язык описания 4
ПлатформаЛицензияЧлен ASP
КлассСпецификаКатегория
НазваниеРазработчик/издатель
Ключевые словаОписание
      
TMS TTMSFMXZBarReader 1.0
Компания: tmssoftware.com
Страна: Belgium, West-Vlaanderen, Wevelgem
Член ASP: Нет
Web сайт компании: http://www.tmssoftware.com
О приложении: http://www.tmssoftware.com/site/freetools.asp

Автор: Bruno Fierens

Email продаж: info@tmssoftware.com
Email техподдержки: info@tmssoftware.com

Тип лицензии: Бесплатная
Класс: Development::Delphi
Специфика:
Категории:
Платформа:
ОС: Win7 x32, Win7 x64, Windows 8
Системные требования:
Язык: English
Ограничения:

  
Ключевые слова: 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;
Сообщить о
вредоносном ПО




В архиве

ДатаВерсияСтатусИстория выпусков
23.01.20151.0New Release
Разрешения на распространение:

Рейтинг:

Назад  Наверх

 
  0  0
Новое на сайте
Апрель 2024
   Пн   Вт   Ср   Чт   Пт   Сб   Вс   
   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             
 28 апреля 2024 года, воскресенье 
Пользователь
Авторизация
e-mail:

пароль:


Регистрация
RSS-лента
RSS-лента    Valid RSS
Сейчас на сайте
Гостей: 3
Пользователей: 0
Роботов: 22
Всего пользователей: 18
Баннеры

Copyright © 2020-2024 ООО МааСофтваре