Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

RxLib and Tokyo Compatibility

Author: Jhonny Although in the pagehttp://www.micrel.cz/RxLib/says that they are not the official page of theRxLib, anyone needing this library of components to be able to update their version Delphi … they hope that they add support for Delphi Tokyo. As they have become the appropriate referent due to the modifications and maintenance they have provided for several years those…
Read more
News

FireMonkey and VCL Style Packs from DelphiStyles.com

Their FireMonkey Style Packs provide custom themes for Windows, Mac, iOS and Android, plus Linux (via their FMX for Linux support). They also include style templates for the Bitmap Style Designer with multi-resolution graphics. Below are screenshots of some of their…
Delphi

Design Patterns in RAD Delphi

Author: Bogdan Polak BSC What is a design pattern? While several definitions can be formulated, they all contain one universal message. In my opinion the most accurate definition is given in the Wikipedia: https://en.m.wikipedia.org/wiki/Software_design_pattern I would like…
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…
Delphi

How to connect to Oracle DB from Ubuntu Linux.

Author: h.mohri At this point, Instant Client configuration is complete. Finally, “./PAServer-19.0/paserver” is started up and ready. [Create a new project.] In Delphi IDE side, create a new project. Web Server Application, check Linux. I chose “stand-alone console application” this time. Place some components on TWebModule1. TFDConnection…
Read more
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…
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 0.905”. RAD Studio 10.2 “Tokyo” must be installed. Install the trial after making sure it is not running. It is…
Read more
DatabaseDelphiInterBaseModernizationNewsRAD Studio

What's in RAD Studio ARCHITECT?

RAD Studio is available in three editions: Professional, Enterprise, and the most advanced edition, Architect. What’s in the Architect edition, and what benefits does it offer? What do you get with…

IN THE ARTICLES