DelphiRAD Studio

Easily Create Stunning Responsive Apps With Third Party FMXUI Library For Delphi FireMonkey

With the power of the Delphi programming language and the cross-platform FireMonkey framework, dozens of Delphi developers have created their own custom FireMonkey UI components to accomplish their goals, for instance, the TBadgeView component which helps to make unread message prompt little red dot or different dialog types for FireMonkey. The FMXUI library has more than 20 components to…
Read more
CodeDatabaseDelphiInterBaseRAD Studio

Easily Establish an InterBase Temporary Connection Definition at Run-Time With Delphi

The InterBase getting started sample shows how to create a temporary connection definition at run-time with InterBase database. This sample allows the user to do: Temporary connection definition at run-time. Master-details relationship between datasets using TFDQuery. Transactions handling with TFDTransaction. Management of InterBase database such as: managing users, creating…
Read more
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