News

Keep Threading in Mind

In my interview with Martin he talked a lot about the importance of performance, which is one of the reasons he uses Delphi for his real-time lighting control systems. He said something along the lines that if you are not programming with threading in mind then you are never going to get good performance. That is good advice. Even cell phones have quad-core processors in them these…
Read more
News

The Niagara Falls Lighting Episode

This episode is extra special in that it include a case study of the software behind the lights for Niagara Falls.Nick and I spoke withMartin Searancke of Dream Solutions, Ltd. in New Zealand, who is the architect of the Light Factory software used by the Niagara…
C++

New in 10.2: MariaDB Support

Author: Pawe Gowacki One of the biggest new RAD Studio 10.2 Tokyo database features is support for MariaDB open-source relational database. MariaDB is one of the most popular open-source SQL databases. It is a fork from MySQL database, after it has been acquired by Oracle, the original creators of MySQL, started to work on MariaDB, which is highly compatible, some say 95%, with MySQL. Consequently…
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

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…
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
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

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

New FireMonkey styles for macOS and Android Wear in 10.2

In Delphi, C++Builder and RAD Studio 10.2 we are providing two new FireMonkey styles: a dark blue style for Android Wear devices and a dark graphite style for macOS. You can access the FireMonkey styles at: C:UsersPublicDocumentsEmbarcaderoStudio19.0StylesMacOSmacOSgraphite.fsf C:UsersPublicDocumentsEmbarcaderoStudio19.0StylesAndroidAndroidWearDarkBlue.fsf To apply the style to your…
Read more