T

TMS TTMSFMXZBarReader 1.0

tmssoftware.com – Freeware
Última versión
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;

Resumen

TMS TTMSFMXZBarReader es un software de Freeware en la categoría de Desarrollo desarrollado por tmssoftware.com.

La última versión de TMS TTMSFMXZBarReader es 1.0, aparecido en 24/01/2015. Inicialmente fue agregado a nuestra base de datos en 24/01/2015.

TMS TTMSFMXZBarReader se ejecuta en los siguientes sistemas operativos: Windows.

TMS TTMSFMXZBarReader no ha sido calificada por nuestros usuarios aún.

Imágenes (click para ampliar)

Descargas seguros y gratuitas controladas por UpdateStar

Manténgase al día
con UpdateStar freeware.

Últimas reseñas

Adobe Creative Suite Master Collection Adobe Creative Suite Master Collection
¡Da rienda suelta a tu potencial creativo con Adobe Creative Suite Master Collection!
D Digital Image Recovery
Restaure recuerdos perdidos con la recuperación de imágenes digitales
ZKTeco ZKTeco
Mejore la seguridad con las soluciones de software de ZKTeco.
A Amigabit Privacy Cleaner
Revitaliza tu privacidad con el limpiador de privacidad Amigabit
Data Doctor Recovery Pen Drive Data Doctor Recovery Pen Drive
Pen Drive de recuperación de Data Doctor: una herramienta útil para la recuperación rápida de datos
A AV Webcam Morpher
Transforma tus chats de video con AV Webcam Morpher
UpdateStar Premium Edition UpdateStar Premium Edition
¡Mantener su software actualizado nunca ha sido tan fácil con UpdateStar Premium Edition!
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
¡Aumente el rendimiento de su sistema con el paquete redistribuible de Microsoft Visual C++ 2015!
Microsoft Edge Microsoft Edge
Un nuevo estándar en la navegación web
Google Chrome Google Chrome
Navegador web rápido y versátil
Microsoft Visual C++ 2010 Redistributable Microsoft Visual C++ 2010 Redistributable
Componente esencial para ejecutar aplicaciones de Visual C++
Microsoft Update Health Tools Microsoft Update Health Tools
Herramientas de estado de Microsoft Update: ¡asegúrese de que su sistema esté siempre actualizado!

Etiquetas