TMS TTMSFMXZBarReader 1.0
tmssoftware.com – Phần mềm miễn phí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;
Tổng quan
TMS TTMSFMXZBarReader là một Phần mềm miễn phí phần mềm trong danh mục Phát triển được phát triển bởi tmssoftware.com.
Phiên bản mới nhất của TMS TTMSFMXZBarReader là 1.0, phát hành vào ngày 24/01/2015. Vào lúc đầu, nó đã được thêm vào cơ sở dữ liệu của chúng tôi trên 24/01/2015.
TMS TTMSFMXZBarReader đã chạy trên hệ điều hành sau: Windows.
TMS TTMSFMXZBarReader Vẫn chưa được đánh giá xếp hạng bởi người sử dụng của chúng tôi
An toàn và tải miễn phí được kiểm tra bởi UpdateStar
Luôn cập nhật
với phần mềm UpdateStar miễn phí.
với phần mềm UpdateStar miễn phí.
Đánh giá mới nhất
![]() |
Epic Games Launcher
Giải phóng sức mạnh của Epic Games với Epic Games Launcher |
![]() |
MediaGet
Tải xuống phương tiện hiệu quả với MediaGet |
![]() |
WPS Office
WPS Office: Một bộ ứng dụng văn phòng đa năng cho mọi nhu cầu của bạn |
![]() |
Adobe Photoshop
Phần mềm chỉnh sửa ảnh tối ưu: Đánh giá Adobe Photoshop |
![]() |
CPU-Z
Nhận thông tin chi tiết về CPU của bạn với CPU-Z bằng CPUID. |
![]() |
HP Connection Optimizer
Nâng cao hiệu suất mạng của bạn với Trình tối ưu hóa kết nối HP |
![]() |
UpdateStar Premium Edition
Giữ cho phần mềm của bạn được cập nhật chưa bao giờ dễ dàng hơn với UpdateStar Premium Edition! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Tăng hiệu suất hệ thống của bạn với Microsoft Visual C++ 2015 Redistributable Package! |
![]() |
Microsoft Edge
Một tiêu chuẩn mới trong duyệt web |
![]() |
Google Chrome
Trình duyệt web nhanh và linh hoạt |
![]() |
Microsoft Visual C++ 2010 Redistributable
Thành phần cần thiết để chạy các ứng dụng Visual C++ |
![]() |
Microsoft Update Health Tools
Công cụ Sức khỏe Microsoft Update: Đảm bảo hệ thống của bạn luôn được cập nhật! |