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

Learn How To Build MVVM Pattern Based App In 20 Minutes

MVVM is a software architectural pattern that facilitates the separation of the development of the graphical user interface via a markup language or GUI code from the development of the business logic or back-end logic so that the view is not dependent on any specific model platform. In this Skill Sprint in 20 minutes, you can learn how to apply this MVVM pattern to your Delphi applications…
Read more
DatabaseInterBase

Learn How to Utilize User Defined Functions In InterBase Efficiently

UDF is a User Defined Functions in InterBase. They are similar to stored procedures. The difference is that instead of writing stuff in SQL and execute it in the database, we are loading functionality from DLLs. In this CodeRage session, you will learn how to create User Defined Functions in InterBase. Why you should use UDFs? Can perform functions that are not normally…
Read more
CodeDatabaseDelphiRAD Studio

Learn More About The FireDAC Connection Object In This RAD Studio Sample App

This sample uses theConnectionDefNameproperty of theTFDConnectionto specify the name of the connection definition to use. Location You can find theTFDConnection\InfoReportsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to:Object Pascal\DataBase\FireDAC\Samples\Comp Layer\TFDConnection\InfoReport.GitHub…
Read more
DelphiShowcase

Adversary Emulation Planning Tool Built In Delphi

Developer Nader Shallabi has an adversary emulation planning tool called ATT&CK™ View which is built in Delphi. It is a utility for use with MITRE™ ATT&CK™. MITRE™ ATT&CK™ is a “globally-accessible knowledge base of adversary tactics and techniques based on real-world observations“. ATT&CK™ View helps defenders in designing adversary emulation plans. It…
Read more
NewsWebinar

QuickReport Is Back!

QuickReport is a much-loved reporting solution for RAD Studio with Delphi and C++Builder. It hit a crisis a few years back when the lead developer passed away unexpectedly. Now, with the help of…

IN THE ARTICLES