The TTMSFMXZBarReader component is a free tool that enables the scanning of QR, UPC, and EAN codes in Delphi applications.
The review goes on to mention the author's use of an ObjectiveC library in a Delphi FireMonkey project. Despite the challenges that arose during this process, the author was ultimately successful and decided to create a wrapper Delphi component to simplify scanning QR, UPC, or EAN codes from Delphi. The author says that this wrapper component makes scanning as simple as two lines of code.
The review provides an example of the two lines of code that are needed to activate the code scanner and retrieve the scanned result. The first line shows the camera that should be aimed at the code, while the second line is triggered when the code is retrieved and returns it as a text. The resulting text is then displayed in a list box.
Version 1.0: N/A