Home/Resources

What’s new at Delphi Worlds – May 2023

By |2023-05-17T21:02:19+10:30May 17, 2023 9:02 pm|General tips, Resources, Updates news|

It's been a while since I've posted anything, so I thought I'd write an article about some highlights of what's been happening lately. Kastri Kastri is a popular library for Delphi that's mostly for cross-platform work, although there's actually a couple of VCL oriented units in there! It is constantly receiving updates for bug fixes, [...]

Codex Delphi Add-In

By |2018-10-03T22:50:40+10:30October 3, 2018 10:40 am|IDE tweaks, Resources|

This article describes a Delphi add-in that I've been working on, of which the first version (1.0.0) has been released today In the beginning.. Some time ago I started working on an add-in for Delphi to add some functionality that I wanted in the IDE, one of them being that I'd like it to [...]

Delphi Worlds Slack Team

By |2018-03-24T10:12:28+10:30September 21, 2017 3:15 pm|Resources|

"Slack" is an internet collaboration tool that seems to be gaining popularity pretty quickly. I've been using it for over a year now, and have set up a team for Delphi Worlds.I have channels dedicated to discussing the Kastri Free library, as well as other channels, and just discussing Delphi in general.If you'd like to [...]

Adding Firebase Cloud Messaging to your mobile apps – part 1

By |2020-05-12T06:46:21+10:30May 9, 2017 10:11 pm|Code tips, General tips, Resources, Using APIs|

NOTE: This article has been revisited, here. Please read that article as the code has now been updated to use that method. Firebase Services from Google are becoming very popular, and Firebase Cloud Messaging (FCM) is just one part of it. In this article I show how you can incorporate support for FCM in your [...]

Debugging from Delphi in a VM using an emulator on the host

By |2017-02-16T18:02:35+10:30May 19, 2016 12:06 am|Code tips, IDE tweaks, Resources|

Note: These instructions work for me, where I am using VirtualBox on OSX, using a standard emulator from the Android SDK, and a Windows 10 VM with Delphi 10.1 Berlin installed. Way back in 2013, Jim McKeeth from Embarcadero blogged about debugging against a remote Android emulator. His method uses PuTTY and remote login via [...]

Go to Top