DelphiModernizationNewsTech Partner

Read The Webinar: Why You Should Leave Delphi 7 Once And For All

This is an edited automated transcript of a Dev Days of Summer 2024 webinar by Embarcadero MVP Dion Mai titled “Why You Should Leave Delphi 7 Once And For All”. The original webinar is available on the Embarcadero YouTube Channel. [Editor’s note: In the transcript there are a few places we needed to tidy up either due to inaccurate auto translation or the vagaries of live…
Read more
CodeDelphiHow-To'sTech Partner

How To Run Turbo Pascal On An Android Phone!

Here’s a guest blog post by Jim McKeeth, Embarcadero MVP and US Director of GDK Software Why run Turbo Pascal on Android? Because we can! As part of the Turbo Pascal 40th birthday celebration (combined with Delphi’s 29th birthday) I did a short demo of running Turbo Pascal on Android under Termux using DOSBox. This goes into a little more detail of how to install and set it up.
Read more
CodeDelphiTech Partner

How To Create A PDF File With Delphi And Add An Image To It

PDF (Portable Document Format) is a widely used open electronic document format which can be easily used in all your cross platform apps. It is really convenient thanks to its compatibility with numerous programs. As a result, it is possible to view PDF documents using different software. And regardless of the device used, the page configuration remains the same. That’s why PDF is often chosen…
Read more
DelphiTech Partner

How To Automate The Mathcad Prime Software With Delphi Using COM

Among the most notable features of Delphi, it’s worth mentioning the ability to enhance your Windows app development by interacting with other installed software products on your computer, using the COM technology for functionality embedding or automating. In this article, we will show you how to automate the Mathcad Prime software in your Delphi VCL apps, by controlling the automation server…
Read more