Delphi

The "Awesome Pascal" Package Contains Amazing Delphi, FreePascal And Other Pascal Frameworks, Libraries And Resources

Easily one the best combined lists of libraries and other resources. Awesome Pascal is open-source and available on GitHub here: https://github.com/Fr0sT-Brutal/awesome-pascal What sort of things are included on the Awesome Pascal List? As the official read.me says “Note that only open-source projects are considered. Dead projects (not updated for 3 years or more) must be really…
Read more
C++DelphiRAD Studio

Easy Serialization From Query To JSON

This is a set of features combined on a group of functions to help you work with JSON format, without had to write a bunch of classes and handles, perfect for people who work with integrated applications, such as web services host or client, or if your project requires NO…
DatabaseDelphi

Enterprise-Grade Object Persistence Framework For Delphi

Last few years, there is a rise in open-source Delphi projects on GitHub. Many tech companies which utilize Delphi is publishing their code to GitHub to share their different solution for different problems in the software development business. InstantObjects – this is the integrated framework for developing an object-oriented solution in Delphi. This framework enables the creation of…
Read more
DelphiShowcase

Ultimate Device Info Is Powered By Delphi

According to the developer, “With Device Info get all the information on your device and send or share via email, or social messages.” Detailed Device Information: + Device Name + Operating System + Architecture CPU + Language + TimeZone + Orientation Screen +…
DelphiInterview

Developer Stories: Julian Ziersch Engages On His fotoARRAY Application

Julian Ziersch has been programming with Delphi since 1996. His showcase entry (fotoARRAY Is An Amazing Image Manager For Easier Photo Browsing And It Is Made In Delphi) was featured at the Delphi 26th Showcase Challenge. He also shared with us his amazing experiences with programming in Delphi. Visit the fotoARRAY website for more information. When did you start using RAD Studio/Delphi and have…
Read more
Delphi

Debugging In Another Level - DebugEngine

Most of the time developers spend debugging their code, tracing the errors, checking the variables’ value changes over time. When it comes to Delphi, we have several professional debugging tools that help to access the Delphi debug information and finding the problems easily. One of the finest Delphi debugging frameworks is the DebugEngine. What is…
Read more