DelphiRAD Studio

Learn How To Do Unit Testing In Delphi With The Powerful DUnitX Framework

Unit Testing is a type of software testing where specific units or segments of the software are tested. The goal is to validate that each unit of the software code executes as expected. Unit Testing is done during the development of an application by the developers. DUnitX is an open-source unit test framework based on the NUnit test framework, including some ideas from xUnit as well. The RAD…
Read more
C++Delphi

Gorilla3d Is A Powerful, Easy, And Modern 3D framework For Delphi And C++ Builder

Gorilla3D is a powerful, easy to use, and modern 3D framework for Delphi and C++ Builder FireMonkey on Windows and Android. IOS and OSX support are listed as in progress. This is a commercial product and appears to be an Alpha release but source code is available. It’s nice to see some significant improvement in 3D solutions for FireMonkey with this solution. The main new features of Gorilla3D…
Read more
DelphiRAD Studio

Powerful Open Source Minimalist Web Framework Available For Delphi

When you learn the Embarcadero Delphi programming language, you can create anything with it. From cross-platform applications to the web applications. You can create both backend and frontend with the same language moreover, it can become handy when it comes to connecting them. There are several official web application and API frameworks available for Delphi & C++ Builder. One of them…
Read more
CodeDelphiIDERAD Studio

Easily Customize The Syntax Editor Coloring In Delphi With The Third Party Delphi IDE Theme Editor

The Delphi IDE Theme Editor lets you customize the syntax highlighting editor within the Delphi IDE. Additionally, full source code is available for it as well. Delphi has this functionality built in but if you want more custom settings to get in there and really tweak the editor to be just how you like it take a look. Set and edit IDE color settings from scratch or import existing themes from…
Read more