C++Delphi

The Future Of Desktop Apps Is Native Code

Desktop apps are powerful execution tools that can natively run on your local machine to provide holistic application navigation and utilization experiences. With the advancement of modern web technologies, the desktop application development paradigm also experienced a major drift in terms of implementation. Technologies such as JavaScript and Python have inspired the hybrid implementation of…
Read more
DelphiInterview

Developer Stories: Ronald Krause Talks To Us About VitiMonitoring

Ronald Krause has been using Pascal Delphi ever since Turbo Pascal 3.0. His showcase entry VitaMonitoring was a fantastic addition to the Delphi 26th Showcase Challenge and we got to interview him regarding his Delphi experiences. When did you start using RAD Studio Delphi and have long have you been using it? I started with Turbo Pascal 3.0 and have been using Delphi ever since. There were…
Read more
CodeDatabaseDelphiNews

Are You Using The Secret Alternative To SQLite?

I know the best way to traumatize a software developer who has been using Windows Tools for Developers for some time. You just show them this image: The BDE Administration Manager. So many ‘happy’ hours trying to resolve “PDOXUSERS.NET is in use” messages and learning all about the purpose of arcane settings like SharedDir and NETDIR. Shudder. If you wanted to store a database…
Read more
C++CodeDelphiRAD Studio

RAD Server CRUD Procedures - Part 1

In this RAD Server CRUD Procedures – Part 1 post, we will discuss the the default generated CRUD procedure implementations from the RAD Server Package Wizard. In the RAD Server CRUD Procedures – Part 2 post, we will discuss modifying the default generated CRUD procedure implementations from the RAD Server Package Wizard using both Delphi and C++ Builder, to show possible ways to…
Read more