TMS TTMSFMXZBarReader 1.0
tmssoftware.com – FreewareFeature 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 द्वारा विकसित श्रेणी विकास में एक Freeware सॉफ्टवेयर है।
TMS TTMSFMXZBarReader का नवीनतम संस्करण 1.0 है, जिसे 24-01-2015 को जारी किया गया था। इसे शुरू में 24-01-2015 को हमारे डेटाबेस में जोड़ा गया था।
TMS TTMSFMXZBarReader निम्न आपरेटिंग सिस्टमों पर चलता है: Windows.
TMS TTMSFMXZBarReader अभी तक हमारे उपयोगकर्ताओं द्वारा रेट नहीं किया गया है।
नवीनतम अपडेट
UpdateStar द्वारा सुरक्षित और मुफ्त डाउनलोड की जाँच की गई
अप-टू-डेट रहें
अपडेटस्टार फ्रीवेयर के साथ।
अपडेटस्टार फ्रीवेयर के साथ।
ताज़ा खबर
![]() |
UpdateStar Premium Edition
अपडेटस्टार प्रीमियम संस्करण: आपके सॉफ़्टवेयर अपडेट के प्रबंधन के लिए एक व्यावहारिक उपकरण अपडेटस्टार प्रीमियम संस्करण एक सॉफ्टवेयर प्रबंधन उपकरण है जो आपके पीसी को शीर्ष आकार में रखने में मदद करने के लिए डिज़ाइन किया गया है ताकि यह … |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2015 Redistributable पैकेज Microsoft द्वारा बनाया गया एक सॉफ़्टवेयर घटक है। यह उपयोगकर्ताओं को विजुअल स्टूडियो 2015 का उपयोग करके बनाए गए अनुप्रयोगों को चलाने के लिए आवश्यक रनटाइम घटक प्रदान करता है। यह पुनर्वितरण … |
![]() |
Microsoft Edge
Microsoft Edge Microsoft द्वारा विकसित एक वेब ब्राउज़र है, जिसे बाज़ार में अन्य लोकप्रिय ब्राउज़रों के लिए एक हल्का और तेज़ विकल्प बनाया गया है। 2015 में लॉन्च किया गया, माइक्रोसॉफ्ट एज ने इंटरनेट एक्सप्लोरर को विंडोज ऑपरेटिंग सिस्टम पर … |
![]() |
Google Chrome
Chrome Google द्वारा विकसित एक वेब ब्राउज़र है। यह इसकी गति और कई नवीन विशेषताओं की विशेषता है। |
![]() |
Microsoft Visual C++ 2010 Redistributable
समीक्षा: Microsoft Visual C++ 2010 Microsoft द्वारा पुनर्वितरण योग्य Microsoft Visual C++ 2010 Redistributable Microsoft द्वारा विकसित एक सॉफ्टवेयर एप्लिकेशन है जो Microsoft Visual C++ 2010 के साथ निर्मित कार्यक्रमों के लिए रनटाइम घटक … |
![]() |
Microsoft Update Health Tools
Microsoft अद्यतन स्वास्थ्य उपकरण उपयोगकर्ताओं को उनके उपकरणों पर Windows अद्यतन से संबंधित समस्याओं का निवारण और ठीक करने में मदद करने के लिए Microsoft Corporation द्वारा विकसित एक सॉफ्टवेयर अनुप्रयोग है। विंडोज अपडेट अनुभव को बेहतर बनाने … |