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 get Android applications running and debugged from RAD Studio. When you’ve mastered all of these steps, you’ll be…
Read more
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
DelphiIDENews

New for Delphi Code Insight in 10.4.1

Delphi 10.4.1 is a quality-focused release, and this goes for code completion too! As well as helping you mimic classic code completion behaviour, we’ve fixed and tweaked many items. When RAD Studio 10.4 was released, we redesigned Code Insight. While old…
C++DelphiTech Partner

Secrets to Quickly and Efficiently Handle Zip Files on Android with Delphi, C++ Builder, and FireMonkey

To easily handle zip files in your FireMonkey project, use the Zip4j library for zip files or streams in Delphi and C++ Builder. Zip encryption, support for the Zip64 format, support for streams, support for both AES and Zip-Standard encryption methods, and many other features distinguish Zip4j. You can use the Zip for Android l library from WINSOFT to use this Zip4j library in your Delphi and…
Read more