CodeDelphiRAD Studio

Optical Character Recognition Component for FireMonkey by Winsoft

Introduction OCR (Optical Character recognition) for FireMonkey is a FireMonkey type component (it supports Windows, macOS, iOS and Android). Its main purpose is to decode text from a picture into plain text. Check the video below for installation instructions. 2. Components in the Demo and what they do There are two main panels – one on the left and one on the right…
Read more
CodeDelphiRAD Studio

Create and parse XML documents using Winsoft's library XML

Introduction XML is a VCL-type library (Windows platform only). Its main purpose is to create and parse XML documents. If you need installation instructions watch the video below. 2. Components in the Demo and what they do ButtonReadXml – when clicked, it creates XMLReader object. A while cycle adds live by line the elements, checking the attributes count in the XML…
Read more
C++CodeDatabaseDelphi

3 Libraries for improving Existing Applications built with Delphi

One topic I get increasingly asked about Delphi Programming when developers are migrating to the latest version of RAD Studio is “quick ways to improve their applications”. So in this post, I am going to summarise 3 favorites by focusing on the libraries in RAD Studio. If you are new to RAD Studio, then I would also recommend reading these, as they are very easy to implement and provide quick…
Read more