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
DelphiRAD Studio

Setting up the IDE for your First Android App

I’ve recently had an increase in the number of customers asking about getting started with Android programming with Delphi, so I thought it was a good time to refresh how to check your IDE is set up, how to enable developer mode on an Android phone, and how to quickly…
C++DelphiRAD Studio

Automate Excel and Word Directly From Delphi Using Office Component Suite

Microsoft Office Automation is a feature of the MS Office Component Object Model used to expose theirobjectsto development tools that support automation. For example, Microsoft Excel may expose workbooks, worksheets, charts, and cells. A Microsoft Word might expose objects such as an application, a document, or a selection. Those exposed objects allow other application to manipulate…
Read more