TMS TTMSFMXZBarReader 1.0
tmssoftware.com – Бесплатное ПО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;
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;
Обзор
TMS TTMSFMXZBarReader — это Бесплатное ПО программное обеспечение в категории Разработка, разработанное tmssoftware.com.
Последняя версия TMS TTMSFMXZBarReader-1.0, выпущенный на 24.01.2015. Первоначально он был добавлен в нашу базу данных на 24.01.2015.
TMS TTMSFMXZBarReader работает на следующих операционных системах: Windows.
TMS TTMSFMXZBarReader не был оценен нашими пользователями еще.
Последние обзоры
![]() |
Epic Games Launcher
Раскройте всю мощь Epic Games с помощью программы запуска Epic Games |
![]() |
JDownloader
Эффективный менеджер загрузок для удобной загрузки файлов |
![]() |
Adobe Illustrator
Мощное программное обеспечение для векторного графического дизайна как для профессионалов, так и для новичков. |
![]() |
ISL Light
Бесшовная удаленная поддержка с помощью ISL Light |
![]() |
ManyCam
Улучшите свои впечатления от видеозвонков с помощью ManyCam! |
![]() |
DriveTheLife
Оптимизируйте свои впечатления от вождения с DriveTheLife! |
![]() |
UpdateStar Premium Edition
Обновлять программное обеспечение еще никогда не было так просто с UpdateStar Premium Edition! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Повысьте производительность системы с помощью распространяемого пакета Microsoft Visual C++ 2015! |
![]() |
Microsoft Edge
Новый стандарт в просмотре веб-страниц |
![]() |
Google Chrome
Быстрый и универсальный веб-браузер |
![]() |
Microsoft Visual C++ 2010 Redistributable
Необходимый компонент для запуска приложений Visual C++ |
![]() |
Microsoft Update Health Tools
Средства обновления работоспособности Майкрософт: убедитесь, что ваша система всегда обновлена! |