Delphi

FireMonkey on Linux!

Author: Pawe Gowacki It did not take long since the release of Delphi Linux compiler to have the ability to build Linux GUIs with Delphi! Just go to http://fmxlinux.com and get the only currently available download of FireMonkey for Linux which is “Free Trial v 0.905”. RAD Studio 10.2 “Tokyo” must be installed. Install the trial after making sure it is not running. It is…
Read more
News

MVVM-MVC-RAD Architectures with ColumbusEgg4Delphi

Loosely coupled is good. We don’t want our business logic and data access all mixed together, that makes our code harder to maintain. But we all love RAD and being able to create our applications quickly. Drop some components on the form, set some properties and write a…
Delphi

Hello Delphi and VCL! Hello community!

Author: Bogdan Polak BSC Hello This is my first blog entry. I’d like focus here on software architecture in Delphi world. Why do Delphi developers need architectural patterns? Do they need it? In my opinion, they do not only need it, but they use it constantly. In my…
News

Updated Roadmap Coming Soon & Annual Developer Survey

A couple of weeks ago, we launched RAD Studio 10.2 Tokyo. On the heels of the release, the PM team is working on an updated roadmap for calendar year 2017/2018. As we are finalizing our roadmap plans, we would like to get your feedback through our 2017 RAD Studio developer survey. Getting your input is very valuable to us as it allows us to validate the features and technologies we are…
Read more
News

RAD Server Samples in RAD Studio 10.2

With RAD Studio 10.2, we provide great RAD Server demo projects to get you started. With 10.2, you can deploy RAD Server to Linux servers, in addition to Windows servers. Below is a list of sample projects that highlight RAD Server’s capabilities and are designed…
Delphi

Dependency Injection with Spring4D

Nick Hodges wrote the book on Dependency Injection in Delphi. Join the director of R&Dfor this webinar on using the Spring4D Framework for dependency injection. You can find the replay below. Link to the…
News

Creating a Linux Daemon (service) in Delphi.

Author: Craig Chapman With the introduction of the Linux target for Delphi, a wide range of possibilities are opened up to Delphi developers, to create Linux server applications. Unfortunately there are currently a limited number of project types available from the RAD Studio IDE, and those do not include creating a service (or Daemon as it’s called in the Linux world). In this post I’ll…
Read more