C++DelphiInterBaseRAD Studio

RAD Server CRUD Procedures - Part 2

In this Part 2 post, we will discuss modifying the default generated CRUD (CREATE, READ, UPDATE, DELETE) procedure implementations from the RAD Server Package Wizard, to show one possible way to implement Get, GetItem, Post, PutItem and DeleteItem REST Endpoints. In the Part 1 post, we discussed the default generated CRUD procedure implementations from the RAD Server Package Wizard. In the Part 3…
Read more
DelphiTech Partner

Native thumbnail and preview functionality for your software: ShellBrowser Delphi Components

The pain of finding the right file Let’s be honest: Searching for files in the file explorer or on your desktop can be very annoying. Especially if you are looking for a certain picture of – let’s say – your last holiday trip to Italy. Luckily, previews are a thing for a while now! The busy software user expects your program to present him or her a little preview of the file…
Read more
C++Code

LearnCPlusPLus.org :: Give Me Your Inheritance!

Hello C++ Developers,. It’s another milestone at LearnCPlusPlus.org, we started to add posts about the basics of Artificial Intelligence Technologies. Last week had a lot of great subjects again! This week here we answer these questions, What is Inheritance in C++?What is a Base Class? What is a Derived Class?What are Multilevel Classes?How can we create Hierarchical Inheritance?What is…
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