Embarcadero Delphi Linux Bootcamp

Join myself and Jim McKeeth tomorrow for our Delphi Linux Bootcamp, in which we’ll cover the setup of a development environment for building Linux applications with Delphi. We’ll look at hello world, debugging linux applications, deploying apache2 modules using WebBroker, and accessing a MySQL database using FireDAC. The penguins are coming, be prepared! Register Here https://community.embarcadero.com/blogs/entry/delphi-linux-boot-camp … Read more

Task-Bar Icons in Delphi

Under Windows 7, the familiar task bar underwent something of an overhaul. Tasks which once represented the title bar of an application were replaced with icons, each of which supports application previews, progress indicators, and overlay icons to provide additional information about the state of the application. In this post, I’d like to show you … Read more

Add Windows Media Player to your Delphi Applications.

Delphi ships with a component ‘TMediaPlayer’ for playing media files such as video and audio. This component remains in Delphi for the sake of compatibility with older versions, but is quite out-dated and, due to a decreasing number of compatible codecs, it is becoming difficult to maintain. There is however an alternative component for Windows, … Read more

Android with RAD Studio

I’d like to introduce you to Android development using RAD Studio. In this webinar session, I cover the installation of RAD Studio and some basic code examples from Hello World, to consuming a REST service. The examples are not pretty, they are very minimal for the sake of study. This video does not even scratch … Read more