CodeDatabaseDelphiRAD Studio

Powerful Filter Feature Allows Easily Dataset Filtering In Delphi With FireDAC

This sample demonstrates how to use the filter feature ofTFDQuery. To this end, the sample implements different preset filters. Moreover, you can edit your own filtering condition andapply the filter to a datasetin order to search for specific records. Location You can find theFiltersample project at: Start | Programs | Embarcadero RAD Studio Sydney |…
Read more
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
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